Searched refs:tcp_ao_do_lookup (Results 1 – 5 of 5) sorted by relevance
/linux/net/ipv6/ |
H A D | tcp_ao.c | 98 return tcp_ao_do_lookup(sk, l3index, (union tcp_ao_addr *)addr, in tcp_v6_ao_lookup() 111 return tcp_ao_do_lookup(sk, l3index, (union tcp_ao_addr *)addr, in tcp_v6_ao_lookup_rsk()
|
H A D | tcp_ipv6.c | 1231 key.ao_key = tcp_ao_do_lookup(sk, l3index, 1236 key.ao_key = tcp_ao_do_lookup(sk, l3index,
|
/linux/net/ipv4/ |
H A D | tcp_ao.c | 219 struct tcp_ao_key *tcp_ao_do_lookup(const struct sock *sk, int l3index, in tcp_ao_do_lookup() function 711 return tcp_ao_do_lookup(sk, l3index, addr, AF_INET, sndid, rcvid); in tcp_v4_ao_lookup_rsk() 721 return tcp_ao_do_lookup(sk, l3index, addr, AF_INET, sndid, rcvid); in tcp_v4_ao_lookup() 771 *key = tcp_ao_do_lookup(sk, l3index, addr, family, in tcp_ao_prepare_reset() 853 return tcp_ao_do_lookup(sk, l3index, in tcp_ao_inbound_lookup() 859 return tcp_ao_do_lookup(sk, l3index, in tcp_ao_inbound_lookup()
|
H A D | tcp_ipv4.c | 1118 key.ao_key = tcp_ao_do_lookup(sk, l3index, addr, AF_INET, 1122 key.ao_key = tcp_ao_do_lookup(sk, l3index, addr, AF_INET, -1, -1);
|
/linux/include/net/ |
H A D | tcp.h | 2828 ao_key = tcp_ao_do_lookup(sk, l3index, saddr, family, -1, -1); in tcp_ao_required()
|