Searched refs:tcp_ao_established_key (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | tcp_ao.c | 112 struct tcp_ao_key *tcp_ao_established_key(struct tcp_ao_info *ao, in tcp_ao_established_key() function 796 *key = tcp_ao_established_key(ao_info, aoh->rnext_keyid, -1); in tcp_ao_prepare_reset() 982 key = tcp_ao_established_key(info, -1, aoh->keyid); in tcp_inbound_ao_hash() 1006 key = tcp_ao_established_key(info, aoh->rnext_keyid, -1); in tcp_inbound_ao_hash() 1259 key = tcp_ao_established_key(new_ao, tcp_rsk(req)->ao_keyid, -1); in tcp_ao_copy_all_matching() 1266 key = tcp_ao_established_key(new_ao, -1, tcp_rsk(req)->ao_rcv_next); in tcp_ao_copy_all_matching() 1860 new_current = tcp_ao_established_key(ao_info, cmd.current_key, -1); in tcp_ao_del_cmd() 1865 new_rnext = tcp_ao_established_key(ao_info, -1, cmd.rnext); in tcp_ao_del_cmd() 2003 new_current = tcp_ao_established_key(ao_info, cmd.current_key, -1); in tcp_ao_info_cmd() 2010 new_rnext = tcp_ao_established_key(ao_info, -1, cmd.rnext); in tcp_ao_info_cmd()
|
D | tcp_ipv4.c | 1056 key.ao_key = tcp_ao_established_key(ao_info, aoh->rnext_keyid, -1);
|
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 186 struct tcp_ao_key *tcp_ao_established_key(struct tcp_ao_info *ao,
|
/linux-6.12.1/net/ipv6/ |
D | tcp_ipv6.c | 1172 key.ao_key = tcp_ao_established_key(ao_info,
|