Searched refs:new_rnext (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dtcp_ao.c1738 struct tcp_ao_key *new_rnext)
1766 if (new_rnext)
1767 WRITE_ONCE(ao_info->rnext_key, new_rnext);
1788 struct tcp_ao_key *key, *new_current = NULL, *new_rnext = NULL; local
1839 new_rnext = tcp_ao_established_key(ao_info, -1, cmd.rnext);
1840 if (!new_rnext)
1896 if (key == new_current || key == new_rnext)
1900 new_current, new_rnext);
1933 struct tcp_ao_key *new_current = NULL, *new_rnext = NULL; local
1982 new_rnext
1735 tcp_ao_delete_key(struct sock *sk, struct tcp_ao_info *ao_info, bool del_async, struct tcp_ao_key *key, struct tcp_ao_key *new_current, struct tcp_ao_key *new_rnext) argument
[all...]

Completed in 105 milliseconds