Home
last modified time | relevance | path

Searched refs:tcp_twsk (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp_minisocks.c40 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_check_oow_rate_limit()
103 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_state_process()
318 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_time_wait()
396 struct tcp_timewait_sock *twsk = tcp_twsk(sk); in tcp_twsk_destructor()
H A Dtcp_ao.c83 ao = rcu_dereference(tcp_twsk(sk)->ao_info); in tcp_ao_ignore_icmp()
301 ao = rcu_dereference_protected(tcp_twsk(sk)->ao_info, 1); in tcp_ao_destroy_sock()
302 rcu_assign_pointer(tcp_twsk(sk)->ao_info, NULL); in tcp_ao_destroy_sock()
788 ao_info = rcu_dereference(tcp_twsk(sk)->ao_info); in tcp_ao_prepare_reset()
789 snd_basis = tcp_twsk(sk)->tw_snd_nxt; in tcp_ao_prepare_reset()
1528 return rcu_dereference_protected(tcp_twsk(sk)->ao_info, in setsockopt_ao_info()
1539 return rcu_dereference(tcp_twsk(sk)->ao_info); in getsockopt_ao_info()
H A Dtcp_ipv4.c122 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()
1044 struct tcp_timewait_sock *tcptw = tcp_twsk(sk);
/linux/include/linux/
H A Dtcp.h558 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) in tcp_twsk() function