Home
last modified time | relevance | path

Searched defs:tcptw (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dtcp_minisocks.c40 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); tcp_timewait_check_oow_rate_limit() local
55 twsk_rcv_nxt_update(struct tcp_timewait_sock * tcptw,u32 seq,u32 rcv_nxt) twsk_rcv_nxt_update() argument
103 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); tcp_timewait_state_process() local
272 tcp_time_wait_init(struct sock * sk,struct tcp_timewait_sock * tcptw) tcp_time_wait_init() argument
318 struct tcp_timewait_sock *tcptw = tcp_twsk((struct sock *)tw); tcp_time_wait() local
[all...]
H A Dtcp_ipv4.c1044 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); local
122 const struct tcp_timewait_sock *tcptw = tcp_twsk(sktw); tcp_twsk_unique() local
[all...]
H A Dtcp_ao.c316 tcp_ao_time_wait(struct tcp_timewait_sock * tcptw,struct tcp_sock * tp) tcp_ao_time_wait() argument
/linux/net/ipv6/
H A Dtcp_ipv6.c1165 struct tcp_timewait_sock *tcptw = tcp_twsk(sk); global() local
/linux/include/net/
H A Dtcp.h963 return tcp_clock_ts(tcptw->tw_sk.tw_usec_ts) + tcptw->tw_ts_offset; in tcp_tw_tsval() argument