Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c849 .ao_lookup = tcp_v6_ao_lookup_rsk,
2074 .ao_lookup = tcp_v6_ao_lookup,
2108 .ao_lookup = tcp_v6_ao_lookup,
/linux-6.12.1/net/ipv4/
Dtcp_minisocks.c614 ao_key = treq->af_specific->ao_lookup(sk, req, tcp_rsk(req)->ao_keyid, -1); in tcp_create_openreq_child()
Dtcp_output.c3773 ao_key = tcp_sk(sk)->af_specific->ao_lookup(sk, req_to_sk(req), in tcp_make_synack()
4080 bool needs_ao = !!tp->af_specific->ao_lookup(sk, sk, -1, -1); in tcp_connect()
4115 if (!tp->af_specific->ao_lookup(sk, sk, -1, -1)) in tcp_connect()
Dtcp_ipv4.c1706 .ao_lookup = tcp_v4_ao_lookup_rsk,
2478 .ao_lookup = tcp_v4_ao_lookup,
Dtcp_ao.c1133 key = tp->af_specific->ao_lookup(sk, sk, -1, -1); in tcp_ao_connect_init()
/linux-6.12.1/include/net/
Dtcp.h2253 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, member
2276 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, member