Searched refs:rnext_key (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/net/ipv4/ |
D | tcp_ao.c | 783 struct tcp_ao_key *rnext_key; in tcp_ao_prepare_reset() local 800 rnext_key = READ_ONCE(ao_info->rnext_key); in tcp_ao_prepare_reset() 801 *keyid = rnext_key->rcvid; in tcp_ao_prepare_reset() 980 key = READ_ONCE(info->rnext_key); in tcp_inbound_ao_hash() 1126 if (key == ao_info->rnext_key) in tcp_ao_connect_init() 1127 ao_info->rnext_key = NULL; in tcp_ao_connect_init() 1140 if (!ao_info->rnext_key) in tcp_ao_connect_init() 1141 ao_info->rnext_key = key; in tcp_ao_connect_init() 1268 new_ao->rnext_key = key; in tcp_ao_copy_all_matching() 1270 new_ao->rnext_key = first_key; in tcp_ao_copy_all_matching() [all …]
|
D | tcp_output.c | 623 struct tcp_ao_key *rnext_key; in process_tcp_ao_options() local 628 rnext_key = READ_ONCE(ao_info->rnext_key); in process_tcp_ao_options() 629 if (WARN_ON_ONCE(!rnext_key)) in process_tcp_ao_options() 634 (rnext_key->rcvid)); in process_tcp_ao_options()
|
D | tcp_ipv4.c | 1060 struct tcp_ao_key *rnext_key; local 1064 rnext_key = READ_ONCE(ao_info->rnext_key); 1065 key.rcv_next = rnext_key->rcvid;
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/ |
D | key-management.c | 67 int current_key, int rnext_key) in test_del_key() argument 84 if (rnext_key >= 0) { in test_del_key() 86 del.rnext = (uint8_t)rnext_key; in test_del_key() 103 if (current_key < 0 && rnext_key < 0) in test_del_key() 109 if (rnext_key >= 0 && ao_info.rnext != (uint8_t)rnext_key) in test_del_key() 115 bool async, int current_key, int rnext_key, in try_delete_key() argument 120 err = test_del_key(sk, sndid, rcvid, async, current_key, rnext_key); in try_delete_key()
|
/linux-6.12.1/include/net/ |
D | tcp_ao.h | 106 struct tcp_ao_key *rnext_key; member
|
/linux-6.12.1/net/ipv6/ |
D | tcp_ipv6.c | 1177 struct tcp_ao_key *rnext_key; local 1181 rnext_key = READ_ONCE(ao_info->rnext_key); 1182 key.rcv_next = rnext_key->rcvid;
|
/linux-6.12.1/Documentation/networking/ |
D | tcp_ao.rst | 316 peer and/or sndid/rcvid, VRF L3 interface or get current_key/rnext_key.
|