| H A D | tcp_ao.c | 84 ao = rcu_dereference(tcp_twsk(sk)->ao_info); in tcp_ao_ignore_icmp() 96 ao = rcu_dereference(tcp_sk(sk)->ao_info); in tcp_ao_ignore_icmp() 110 * it's known that the keys in ao_info are matching peer's 206 ao = rcu_dereference_check(tcp_sk(sk)->ao_info, in __tcp_ao_do_lookup() 302 ao = rcu_dereference_protected(tcp_twsk(sk)->ao_info, 1); in tcp_ao_destroy_sock() 303 rcu_assign_pointer(tcp_twsk(sk)->ao_info, NULL); in tcp_ao_destroy_sock() 305 ao = rcu_dereference_protected(tcp_sk(sk)->ao_info, 1); in tcp_ao_destroy_sock() 306 rcu_assign_pointer(tcp_sk(sk)->ao_info, NULL); in tcp_ao_destroy_sock() 319 struct tcp_ao_info *ao_info = rcu_dereference_protected(tp->ao_info, in tcp_ao_time_wait() 318 struct tcp_ao_info *ao_info = rcu_dereference_protected(tp->ao_info, 1); tcp_ao_time_wait() local 730 struct tcp_ao_info *ao_info; tcp_ao_prepare_reset() local 1097 struct tcp_ao_info *ao_info; tcp_ao_connect_init() local 1601 struct tcp_ao_info *ao_info; tcp_ao_add_cmd() local 1764 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) tcp_ao_delete_key() argument 1819 struct tcp_ao_info *ao_info; tcp_ao_del_cmd() local 1964 struct tcp_ao_info *ao_info; tcp_ao_info_cmd() local 2109 tcp_ao_copy_mkts_to_user(const struct sock * sk,struct tcp_ao_info * ao_info,sockptr_t optval,sockptr_t optlen) tcp_ao_copy_mkts_to_user() argument 2310 struct tcp_ao_info *ao_info; tcp_ao_get_mkts() local [all...] |