Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dtcp_timer.c551 tcp_reset_keepalive_timer(sk, TCP_SYNQ_INTERVAL); in tcp_synack_timer()
560 void tcp_reset_keepalive_timer (struct sock *sk, unsigned long len) in tcp_reset_keepalive_timer() function
572 tcp_reset_keepalive_timer(sk, keepalive_time_when(&sk->tp_pinfo.af_tcp)); in tcp_set_keepalive()
588 tcp_reset_keepalive_timer (sk, HZ/20); in tcp_keepalive_timer()
646 tcp_reset_keepalive_timer (sk, elapsed); in tcp_keepalive_timer()
Dtcp_minisocks.c755 tcp_reset_keepalive_timer(newsk, keepalive_time_when(newtp)); in tcp_create_openreq_child()
Dtcp.c2044 tcp_reset_keepalive_timer(sk, tcp_fin_time(tp)); in tcp_close()
2334 tcp_reset_keepalive_timer(sk, elapsed); in tcp_setsockopt()
Dtcp_input.c4430 tcp_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_rcv_synsent_state_process()
4722 tcp_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
4730 tcp_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
/linux-2.4.37.9/net/
Dnetsyms.c387 EXPORT_SYMBOL(tcp_reset_keepalive_timer);
/linux-2.4.37.9/include/net/
Dtcp.h855 extern void tcp_reset_keepalive_timer (struct sock *, unsigned long);
1738 tcp_reset_keepalive_timer(sk, TCP_TIMEOUT_INIT); in tcp_synq_added()