Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_timer.c709 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive()
727 inet_csk_reset_keepalive_timer (sk, HZ/20); in tcp_keepalive_timer()
792 inet_csk_reset_keepalive_timer (sk, elapsed); in tcp_keepalive_timer()
H A Dinet_connection_sock.c800 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len) in inet_csk_reset_keepalive_timer() function
804 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer);
H A Dtcp_minisocks.c533 inet_csk_reset_keepalive_timer(newsk, in tcp_create_openreq_child()
H A Dtcp_input.c6125 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
6672 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
6680 inet_csk_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
H A Dtcp.c2896 inet_csk_reset_keepalive_timer(sk, in __tcp_close()
3344 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_sock_set_keepidle_locked()
/openbmc/linux/include/net/
H A Dinet_connection_sock.h194 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);