Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c666 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive()
684 inet_csk_reset_keepalive_timer (sk, HZ/20); in tcp_keepalive_timer()
749 inet_csk_reset_keepalive_timer (sk, elapsed); in tcp_keepalive_timer()
H A Dinet_connection_sock.c581 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len) in inet_csk_reset_keepalive_timer() function
585 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer);
H A Dtcp_minisocks.c506 inet_csk_reset_keepalive_timer(newsk, in tcp_create_openreq_child()
H A Dtcp.c2622 inet_csk_reset_keepalive_timer(sk, in tcp_close()
3069 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_sock_set_keepidle_locked()
H A Dtcp_input.c6003 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
6536 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
6544 inet_csk_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_connection_sock.h197 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);