Home
last modified time | relevance | path

Searched refs:tcp_timewait_sock (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dtcp.h364 struct tcp_timewait_sock { struct
381 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) in tcp_twsk() argument
383 return (struct tcp_timewait_sock *)sk; in tcp_twsk()
Dipv6.h263 struct tcp_timewait_sock tcp6tw_tcp;
/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c54 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_check_oow_rate_limit()
104 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_state_process()
280 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_time_wait()
356 struct tcp_timewait_sock *twsk = tcp_twsk(sk); in tcp_twsk_destructor()
Dtcp_ipv4.c110 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()
786 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); in tcp_v4_timewait_ack()
1723 .twsk_obj_size = sizeof(struct tcp_timewait_sock),
Dtcp_metrics.c667 const struct tcp_timewait_sock *tcptw; in tcp_tw_remember_stamp()
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c918 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); in tcp_v6_timewait_ack()