Searched refs:l3index (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/net/ipv4/ |
| D | tcp_ipv4.c | 718 int l3index; in tcp_v4_send_reset() local 723 l3index = tcp_v4_sdif(skb) ? inet_iif(skb) : 0; in tcp_v4_send_reset() 725 key = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_send_reset() 730 int l3index; in tcp_v4_send_reset() local 750 l3index = sdif ? dif : 0; in tcp_v4_send_reset() 752 key = tcp_md5_do_lookup(sk1, l3index, addr, AF_INET); in tcp_v4_send_reset() 948 int l3index; in tcp_v4_reqsk_send_ack() local 962 l3index = tcp_v4_sdif(skb) ? inet_iif(skb) : 0; in tcp_v4_reqsk_send_ack() 969 tcp_md5_do_lookup(sk, l3index, addr, AF_INET), in tcp_v4_reqsk_send_ack() 1046 if (old->l3index && new->l3index == 0) in better_md5_match() [all …]
|
| /Linux-v5.15/net/ipv6/ |
| D | tcp_ipv6.c | 85 int l3index) in tcp_v6_md5_do_lookup() argument 578 int l3index) in tcp_v6_md5_do_lookup() argument 580 return tcp_md5_do_lookup(sk, l3index, in tcp_v6_md5_do_lookup() 587 int l3index; in tcp_v6_md5_lookup() local 589 l3index = l3mdev_master_ifindex_by_index(sock_net(sk), in tcp_v6_md5_lookup() 592 l3index); in tcp_v6_md5_lookup() 600 int l3index = 0; in tcp_v6_parse_md5_keys() local 632 l3index = dev->ifindex; in tcp_v6_parse_md5_keys() 638 if (!dev || !l3index) in tcp_v6_parse_md5_keys() 646 l3index, flags); in tcp_v6_parse_md5_keys() [all …]
|
| /Linux-v5.15/include/net/ |
| D | tcp.h | 1581 int l3index; /* set if key added with L3 scope */ member 1625 int family, u8 prefixlen, int l3index, u8 flags, 1628 int family, u8 prefixlen, int l3index, u8 flags); 1635 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index, 1639 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup() argument 1644 return __tcp_md5_do_lookup(sk, l3index, addr, family); in tcp_md5_do_lookup() 1650 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup() argument
|