Searched refs:l3index (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_ipv4.c | 716 int l3index; in tcp_v4_send_reset() local 721 l3index = tcp_v4_sdif(skb) ? inet_iif(skb) : 0; in tcp_v4_send_reset() 723 key = tcp_md5_do_lookup(sk, l3index, addr, AF_INET); in tcp_v4_send_reset() 728 int l3index; in tcp_v4_send_reset() local 748 l3index = sdif ? dif : 0; in tcp_v4_send_reset() 750 key = tcp_md5_do_lookup(sk1, l3index, addr, AF_INET); in tcp_v4_send_reset() 935 int l3index; in tcp_v4_reqsk_send_ack() local 949 l3index = tcp_v4_sdif(skb) ? inet_iif(skb) : 0; in tcp_v4_reqsk_send_ack() 956 tcp_md5_do_lookup(sk, l3index, addr, AF_INET), in tcp_v4_reqsk_send_ack() 1033 if (old->l3index && new->l3index == 0) in better_md5_match() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | tcp_ipv6.c | 85 int l3index) in tcp_v6_md5_do_lookup() argument 580 int l3index) in tcp_v6_md5_do_lookup() argument 582 return tcp_md5_do_lookup(sk, l3index, in tcp_v6_md5_do_lookup() 589 int l3index; in tcp_v6_md5_lookup() local 591 l3index = l3mdev_master_ifindex_by_index(sock_net(sk), in tcp_v6_md5_lookup() 594 l3index); in tcp_v6_md5_lookup() 602 int l3index = 0; in tcp_v6_parse_md5_keys() local 631 l3index = dev->ifindex; in tcp_v6_parse_md5_keys() 637 if (!dev || !l3index) in tcp_v6_parse_md5_keys() 645 l3index); in tcp_v6_parse_md5_keys() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp.h | 1578 int l3index; /* set if key added with L3 scope */ member 1622 int family, u8 prefixlen, int l3index, 1625 int family, u8 prefixlen, int l3index); 1632 struct tcp_md5sig_key *__tcp_md5_do_lookup(const struct sock *sk, int l3index, 1636 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup() argument 1641 return __tcp_md5_do_lookup(sk, l3index, addr, family); in tcp_md5_do_lookup() 1647 tcp_md5_do_lookup(const struct sock *sk, int l3index, in tcp_md5_do_lookup() argument
|