Searched refs:inet_csk_reset_keepalive_timer (Results 1 – 5 of 5) sorted by relevance
/net/ipv4/ |
D | tcp_timer.c | 684 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive() 702 inet_csk_reset_keepalive_timer (sk, HZ/20); in tcp_keepalive_timer() 767 inet_csk_reset_keepalive_timer (sk, elapsed); in tcp_keepalive_timer()
|
D | inet_connection_sock.c | 589 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len) in inet_csk_reset_keepalive_timer() function 593 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer);
|
D | tcp_minisocks.c | 506 inet_csk_reset_keepalive_timer(newsk, in tcp_create_openreq_child()
|
D | tcp.c | 2653 inet_csk_reset_keepalive_timer(sk, in __tcp_close() 3108 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_sock_set_keepidle_locked()
|
D | tcp_input.c | 6026 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect() 6560 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process() 6568 inet_csk_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
|