Searched refs:rnext_key (Results 1 – 5 of 5) sorted by relevance
842 struct tcp_ao_key *rnext_key; in tcp_ao_prepare_reset() local859 rnext_key = READ_ONCE(ao_info->rnext_key); in tcp_ao_prepare_reset()860 *keyid = rnext_key->rcvid; in tcp_ao_prepare_reset()1028 key = READ_ONCE(info->rnext_key); in tcp_inbound_ao_hash()1169 if (key == ao_info->rnext_key) in tcp_ao_connect_init()1170 ao_info->rnext_key = NULL; in tcp_ao_connect_init()1183 if (!ao_info->rnext_key) in tcp_ao_connect_init()1184 ao_info->rnext_key = key; in tcp_ao_connect_init()1313 new_ao->rnext_key = key; in tcp_ao_copy_all_matching()1315 new_ao->rnext_key = first_key; in tcp_ao_copy_all_matching()[all …]
612 struct tcp_ao_key *rnext_key; in process_tcp_ao_options() local617 rnext_key = READ_ONCE(ao_info->rnext_key); in process_tcp_ao_options()618 if (WARN_ON_ONCE(!rnext_key)) in process_tcp_ao_options()623 (rnext_key->rcvid)); in process_tcp_ao_options()
1047 struct tcp_ao_key *rnext_key; local1051 rnext_key = READ_ONCE(ao_info->rnext_key);1052 key.rcv_next = rnext_key->rcvid;
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()
121 struct tcp_ao_key *rnext_key; member