Searched refs:ao_lookup (Results 1 – 6 of 6) sorted by relevance
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 827 .ao_lookup = tcp_v6_ao_lookup_rsk, 2008 .ao_lookup = tcp_v6_ao_lookup, 2039 .ao_lookup = tcp_v6_ao_lookup,
|
| /linux/net/ipv4/ |
| H A D | tcp_minisocks.c | 652 ao_key = treq->af_specific->ao_lookup(sk, req, tcp_rsk(req)->ao_keyid, -1); in tcp_create_openreq_child()
|
| H A D | tcp_output.c | 3999 ao_key = tcp_sk(sk)->af_specific->ao_lookup(sk, req_to_sk(req), in tcp_make_synack() 4308 bool needs_ao = !!tp->af_specific->ao_lookup(sk, sk, -1, -1); in tcp_connect() 4343 if (!tp->af_specific->ao_lookup(sk, sk, -1, -1)) in tcp_connect()
|
| H A D | tcp_ipv4.c | 1640 .ao_lookup = tcp_v4_ao_lookup_rsk, 2374 .ao_lookup = tcp_v4_ao_lookup,
|
| H A D | tcp_ao.c | 1135 key = tp->af_specific->ao_lookup(sk, sk, -1, -1); in tcp_ao_connect_init()
|
| /linux/include/net/ |
| H A D | tcp.h | 2511 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, member 2534 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, member
|