Searched refs:l3index (Results 1 – 2 of 2) sorted by relevance
/net/ipv4/ |
D | tcp_ipv4.c | 722 int l3index; in tcp_v4_send_reset() local 727 l3index = tcp_v4_sdif(skb) ? inet_iif(skb) : 0; in tcp_v4_send_reset() 729 key = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_send_reset() 734 int l3index; in tcp_v4_send_reset() local 754 l3index = sdif ? dif : 0; in tcp_v4_send_reset() 756 key = tcp_md5_do_lookup(sk1, l3index, addr, AF_INET); in tcp_v4_send_reset() 959 int l3index; in tcp_v4_reqsk_send_ack() local 973 l3index = tcp_v4_sdif(skb) ? inet_iif(skb) : 0; in tcp_v4_reqsk_send_ack() 980 tcp_md5_do_lookup(sk, l3index, addr, AF_INET), in tcp_v4_reqsk_send_ack() 1057 if (old->l3index && new->l3index == 0) in better_md5_match() [all …]
|
/net/ipv6/ |
D | tcp_ipv6.c | 85 int l3index) in tcp_v6_md5_do_lookup() argument 581 int l3index) in tcp_v6_md5_do_lookup() argument 583 return tcp_md5_do_lookup(sk, l3index, in tcp_v6_md5_do_lookup() 590 int l3index; in tcp_v6_md5_lookup() local 592 l3index = l3mdev_master_ifindex_by_index(sock_net(sk), in tcp_v6_md5_lookup() 595 l3index); in tcp_v6_md5_lookup() 603 int l3index = 0; in tcp_v6_parse_md5_keys() local 635 l3index = dev->ifindex; in tcp_v6_parse_md5_keys() 641 if (!dev || !l3index) in tcp_v6_parse_md5_keys() 649 l3index, flags); in tcp_v6_parse_md5_keys() [all …]
|