Home
last modified time | relevance | path

Searched refs:rnext_key (Results 1 – 6 of 6) sorted by relevance

/linux/net/ipv4/
H A Dtcp_ao.c842 struct tcp_ao_key *rnext_key; in tcp_ao_prepare_reset() local
859 rnext_key = READ_ONCE(ao_info->rnext_key); in tcp_ao_prepare_reset()
860 *keyid = rnext_key->rcvid; in tcp_ao_prepare_reset()
1024 /* Check if this socket's rnext_key matches the keyid in the in tcp_inbound_ao_hash()
1028 key = READ_ONCE(info->rnext_key); in tcp_inbound_ao_hash()
1066 * current_key and rnext_key must not be used on tcp listen in tcp_inbound_ao_hash()
1178 if (key == ao_info->rnext_key) in tcp_ao_connect_init()
1179 ao_info->rnext_key = NULL; in tcp_ao_connect_init()
1187 /* if current_key or rnext_key wer in tcp_ao_connect_init()
[all...]
H A Dtcp_output.c612 struct tcp_ao_key *rnext_key; in process_tcp_ao_options() local
617 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()
H A Dtcp_ipv4.c1050 struct tcp_ao_key *rnext_key; local
1054 rnext_key = READ_ONCE(ao_info->rnext_key);
1055 key.rcv_next = rnext_key->rcvid;
/linux/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c67 bool async, int current_key, int rnext_key) in test_del_key() argument
88 if (rnext_key >= 0) { in test_del_key()
90 del.rnext = (uint8_t)rnext_key; in test_del_key()
108 if (current_key < 0 && rnext_key < 0) in test_del_key()
114 if (rnext_key >= 0 && ao_info.rnext != (uint8_t)rnext_key) in try_delete_key()
120 int ifindex, bool async, int current_key, int rnext_key, in try_delete_key()
125 err = test_del_key(sk, sndid, rcvid, ifindex, async, current_key, rnext_key); in try_delete_key()
115 try_delete_key(char * tst_name,int sk,uint8_t sndid,uint8_t rcvid,bool async,int current_key,int rnext_key,fault_t inj) try_delete_key() argument
/linux/include/net/
H A Dtcp_ao.h121 struct tcp_ao_key *rnext_key; member
/linux/net/ipv6/
H A Dtcp_ipv6.c1180 struct tcp_ao_key *rnext_key; local
1184 rnext_key = READ_ONCE(ao_info->rnext_key);
1185 key.rcv_next = rnext_key->rcvid;