Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_minisocks.c96 tcp_tw_put(tw); in tcp_timewait_kill()
163 tcp_tw_put(tw); in tcp_timewait_state_process()
174 tcp_tw_put(tw); in tcp_timewait_state_process()
231 tcp_tw_put(tw); in tcp_timewait_state_process()
242 tcp_tw_put(tw); in tcp_timewait_state_process()
291 tcp_tw_put(tw); in tcp_timewait_state_process()
409 tcp_tw_put(tw); in tcp_time_wait()
456 tcp_tw_put(tw); in SMP_TIMER_NAME()
487 tcp_tw_put(tw); in tcp_tw_deschedule()
607 tcp_tw_put(tw); in SMP_TIMER_NAME()
Dtcp_ipv4.c641 tcp_tw_put(tw); in __tcp_v4_check_established()
740 tcp_tw_put(tw); in tcp_v4_hash_connect()
1005 tcp_tw_put((struct tcp_tw_bucket*)sk); in tcp_v4_err()
1257 tcp_tw_put(tw); in tcp_v4_timewait_ack()
1616 tcp_tw_put((struct tcp_tw_bucket*)nsk); in tcp_v4_hnd_req()
1803 tcp_tw_put((struct tcp_tw_bucket *) sk); in tcp_v4_rcv()
1816 tcp_tw_put((struct tcp_tw_bucket *)sk); in tcp_v4_rcv()
Dtcp_diag.c275 tcp_tw_put((struct tcp_tw_bucket*)sk); in tcpdiag_get_exact()
/linux-2.4.37.9/net/ipv6/
Dtcp_ipv6.c506 tcp_tw_put(tw); in tcp_v6_check_established()
746 tcp_tw_put((struct tcp_tw_bucket*)sk); in tcp_v6_err()
1105 tcp_tw_put(tw); in tcp_v6_timewait_ack()
1138 tcp_tw_put((struct tcp_tw_bucket*)nsk); in tcp_v6_hnd_req()
1651 tcp_tw_put((struct tcp_tw_bucket *) sk); in tcp_v6_rcv()
1665 tcp_tw_put((struct tcp_tw_bucket *)sk); in tcp_v6_rcv()
/linux-2.4.37.9/include/net/
Dtcp.h198 static inline void tcp_tw_put(struct tcp_tw_bucket *tw) in tcp_tw_put() function