Searched refs:__tcp_ao_do_lookup (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_ao.c | 194 static struct tcp_ao_key *__tcp_ao_do_lookup(const struct sock *sk, int l3index, in __tcp_ao_do_lookup() function 223 return __tcp_ao_do_lookup(sk, l3index, addr, family, U8_MAX, sndid, rcvid); in tcp_ao_do_lookup() 1699 if (__tcp_ao_do_lookup(sk, l3index, addr, family, cmd.prefix, -1, cmd.rcvid)) in tcp_ao_add_cmd() 1701 if (__tcp_ao_do_lookup(sk, l3index, addr, family, in tcp_ao_add_cmd()
|