Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtcp.h425 struct tcp_timewait_sock { struct
443 static inline struct tcp_timewait_sock *tcp_twsk(const struct sock *sk) in tcp_twsk() argument
445 return (struct tcp_timewait_sock *)sk; in tcp_twsk()
Dipv6.h330 struct tcp_timewait_sock tcp6tw_tcp;
/Linux-v5.4/net/ipv4/
Dtcp_minisocks.c46 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_check_oow_rate_limit()
96 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_timewait_state_process()
263 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); in tcp_time_wait()
348 struct tcp_timewait_sock *twsk = tcp_twsk(sk); in tcp_twsk_destructor()
Dtcp_ipv4.c109 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); in tcp_twsk_unique()
891 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); in tcp_v4_timewait_ack()
2031 .twsk_obj_size = sizeof(struct tcp_timewait_sock),
/Linux-v5.4/net/ipv6/
Dtcp_ipv6.c1029 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); in tcp_v6_timewait_ack()