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

/linux-master/net/ipv4/
H A Dtcp_ao.c1743 struct tcp_ao_key *new_rnext)
1771 if (new_rnext)
1772 WRITE_ONCE(ao_info->rnext_key, new_rnext);
1793 struct tcp_ao_key *key, *new_current = NULL, *new_rnext = NULL; local
1844 new_rnext = tcp_ao_established_key(ao_info, -1, cmd.rnext);
1845 if (!new_rnext)
1901 if (key == new_current || key == new_rnext)
1905 new_current, new_rnext);
1938 struct tcp_ao_key *new_current = NULL, *new_rnext = NULL; local
1987 new_rnext
1740 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 273 milliseconds