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

/linux-master/net/ipv4/
H A Dtcp_ao.c1737 struct tcp_ao_key *new_current,
1764 if (new_current)
1765 WRITE_ONCE(ao_info->current_key, new_current);
1788 struct tcp_ao_key *key, *new_current = NULL, *new_rnext = NULL; local
1834 new_current = tcp_ao_established_key(ao_info, cmd.current_key, -1);
1835 if (!new_current)
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
1975 new_current
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 133 milliseconds