Searched refs:ao_lookup (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/net/ipv6/ |
D | tcp_ipv6.c | 849 .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/ |
D | tcp_minisocks.c | 614 ao_key = treq->af_specific->ao_lookup(sk, req, tcp_rsk(req)->ao_keyid, -1); in tcp_create_openreq_child()
|
D | tcp_output.c | 3773 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()
|
D | tcp_ipv4.c | 1706 .ao_lookup = tcp_v4_ao_lookup_rsk, 2478 .ao_lookup = tcp_v4_ao_lookup,
|
D | tcp_ao.c | 1133 key = tp->af_specific->ao_lookup(sk, sk, -1, -1); in tcp_ao_connect_init()
|
/linux-6.12.1/include/net/ |
D | tcp.h | 2253 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, member 2276 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, member
|