Searched refs:tcp_ao_established_key (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| H A D | tcp_ao.c | 113 struct tcp_ao_key *tcp_ao_established_key(const struct sock *sk, in tcp_ao_established_key() function 797 *key = tcp_ao_established_key(sk, ao_info, aoh->rnext_keyid, -1); in tcp_ao_prepare_reset() 983 key = tcp_ao_established_key(sk, info, -1, aoh->keyid); in tcp_inbound_ao_hash() 1007 key = tcp_ao_established_key(sk, info, aoh->rnext_keyid, -1); in tcp_inbound_ao_hash() 1262 key = tcp_ao_established_key(req_to_sk(req), new_ao, tcp_rsk(req)->ao_keyid, -1); in tcp_ao_copy_all_matching() 1269 key = tcp_ao_established_key(req_to_sk(req), new_ao, -1, tcp_rsk(req)->ao_rcv_next); in tcp_ao_copy_all_matching() 1863 new_current = tcp_ao_established_key(sk, ao_info, cmd.current_key, -1); in tcp_ao_del_cmd() 1868 new_rnext = tcp_ao_established_key(sk, ao_info, -1, cmd.rnext); in tcp_ao_del_cmd() 2007 new_current = tcp_ao_established_key(sk, ao_info, cmd.current_key, -1); in tcp_ao_info_cmd() 2014 new_rnext = tcp_ao_established_key(sk, ao_info, -1, cmd.rnext); in tcp_ao_info_cmd()
|
| H A D | tcp_ipv4.c | 1065 key.ao_key = tcp_ao_established_key(sk, ao_info,
|
| /linux/include/net/ |
| H A D | tcp_ao.h | 185 struct tcp_ao_key *tcp_ao_established_key(const struct sock *sk,
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 1141 key.ao_key = tcp_ao_established_key(sk, ao_info,
|