Lines Matching refs:l3index
85 int l3index) in tcp_v6_md5_do_lookup() argument
589 int l3index) in tcp_v6_md5_do_lookup() argument
591 return tcp_md5_do_lookup(sk, l3index, in tcp_v6_md5_do_lookup()
598 int l3index; in tcp_v6_md5_lookup() local
600 l3index = l3mdev_master_ifindex_by_index(sock_net(sk), in tcp_v6_md5_lookup()
603 l3index); in tcp_v6_md5_lookup()
611 int l3index = 0; in tcp_v6_parse_md5_keys() local
643 l3index = dev->ifindex; in tcp_v6_parse_md5_keys()
649 if (!dev || !l3index) in tcp_v6_parse_md5_keys()
657 l3index, flags); in tcp_v6_parse_md5_keys()
659 AF_INET6, prefixlen, l3index, flags); in tcp_v6_parse_md5_keys()
667 AF_INET, prefixlen, l3index, flags, in tcp_v6_parse_md5_keys()
672 AF_INET6, prefixlen, l3index, flags, in tcp_v6_parse_md5_keys()
1011 int l3index; in tcp_v6_send_reset() local
1016 l3index = tcp_v6_sdif(skb) ? tcp_v6_iif_l3_slave(skb) : 0; in tcp_v6_send_reset()
1017 key = tcp_v6_md5_do_lookup(sk, &ipv6h->saddr, l3index); in tcp_v6_send_reset()
1021 int l3index; in tcp_v6_send_reset() local
1040 l3index = tcp_v6_sdif(skb) ? dif : 0; in tcp_v6_send_reset()
1042 key = tcp_v6_md5_do_lookup(sk1, &ipv6h->saddr, l3index); in tcp_v6_send_reset()
1115 int l3index; in tcp_v6_reqsk_send_ack() local
1117 l3index = tcp_v6_sdif(skb) ? tcp_v6_iif_l3_slave(skb) : 0; in tcp_v6_reqsk_send_ack()
1133 tcp_v6_md5_do_lookup(sk, &ipv6_hdr(skb)->saddr, l3index), in tcp_v6_reqsk_send_ack()
1212 int l3index; in tcp_v6_syn_recv_sock() local
1363 l3index = l3mdev_master_ifindex_by_index(sock_net(sk), ireq->ir_iif); in tcp_v6_syn_recv_sock()
1366 key = tcp_v6_md5_do_lookup(sk, &newsk->sk_v6_daddr, l3index); in tcp_v6_syn_recv_sock()
1374 AF_INET6, 128, l3index, key->flags, key->key, key->keylen, in tcp_v6_syn_recv_sock()