Searched refs:tcp_ao_established_key (Results 1 – 3 of 3) sorted by relevance
/linux/net/ipv4/ |
H A D | tcp_ao.c | 112 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() 1260 key = tcp_ao_established_key(req_to_sk(req), new_ao, tcp_rsk(req)->ao_keyid, -1); in tcp_ao_copy_all_matching() 1267 key = tcp_ao_established_key(req_to_sk(req), new_ao, -1, tcp_rsk(req)->ao_rcv_next); in tcp_ao_copy_all_matching() 1861 new_current = tcp_ao_established_key(sk, ao_info, cmd.current_key, -1); in tcp_ao_del_cmd() 1866 new_rnext = tcp_ao_established_key(sk, ao_info, -1, cmd.rnext); in tcp_ao_del_cmd() 2005 new_current = tcp_ao_established_key(sk, ao_info, cmd.current_key, -1); in tcp_ao_info_cmd() 2012 new_rnext = tcp_ao_established_key(sk, ao_info, -1, cmd.rnext); in tcp_ao_info_cmd()
|
H A D | tcp_ipv4.c | 1056 key.ao_key = tcp_ao_established_key(sk, ao_info,
|
/linux/net/ipv6/ |
H A D | tcp_ipv6.c | 1175 key.ao_key = tcp_ao_established_key(sk, ao_info,
|