Home
last modified time | relevance | path

Searched refs:tcp_ao_do_lookup (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/net/ipv6/
Dtcp_ao.c98 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()
Dtcp_ipv6.c1231 key.ao_key = tcp_ao_do_lookup(sk, l3index,
1236 key.ao_key = tcp_ao_do_lookup(sk, l3index,
/linux-6.14.4/include/net/
Dtcp_ao.h206 struct tcp_ao_key *tcp_ao_do_lookup(const struct sock *sk, int l3index,
293 static inline struct tcp_ao_key *tcp_ao_do_lookup(const struct sock *sk, in tcp_ao_do_lookup() function
Dtcp.h2828 ao_key = tcp_ao_do_lookup(sk, l3index, saddr, family, -1, -1); in tcp_ao_required()
/linux-6.14.4/net/ipv4/
Dtcp_ao.c219 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()
Dtcp_ipv4.c1118 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);