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