Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dtcp_ipv6.c853 .ao_lookup = tcp_v6_ao_lookup_rsk,
2078 .ao_lookup = tcp_v6_ao_lookup,
2112 .ao_lookup = tcp_v6_ao_lookup,
/linux/net/ipv4/
H A Dtcp_minisocks.c611 ao_key = treq->af_specific->ao_lookup(sk, req, in tcp_create_openreq_child()
H A Dtcp_output.c3772 ao_key = tcp_sk(sk)->af_specific->ao_lookup(sk, req_to_sk(req), in tcp_make_synack()
4078 bool needs_ao = !!tp->af_specific->ao_lookup(sk, sk, -1, -1); in tcp_connect()
4113 if (!tp->af_specific->ao_lookup(sk, sk, -1, -1)) in tcp_connect()
H A Dtcp_ipv4.c1700 .ao_lookup = tcp_v4_ao_lookup_rsk,
2473 .ao_lookup = tcp_v4_ao_lookup,
H A Dtcp_ao.c1112 key = tp->af_specific->ao_lookup(sk, sk, -1, -1); in tcp_ao_connect_init()
/linux/include/net/
H A Dtcp.h2248 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, member
2271 struct tcp_ao_key *(*ao_lookup)(const struct sock *sk, member