Home
last modified time | relevance | path

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

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
Dtcp_nip_timer.c351 inet_csk_reset_keepalive_timer(sk, HZ / TCP_NIP_KEEPALIVE_CYCLE_MS_DIVISOR); in tcp_nip_keepalive_timer()
403 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_nip_keepalive_timer()
Dtcp_nip.c983 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_nip_keepalive_para_update()
1042 inet_csk_reset_keepalive_timer(sk, tp->keepalive_time); in tcp_nip_keepalive_enable()
1099 inet_csk_reset_keepalive_timer(sk, tp->keepalive_time); in tcp_nip_keepalive_disable()
Dtcp_nip_input.c175 inet_csk_reset_keepalive_timer(sk, TCP_TIMEWAIT_LEN); in tcp_nip_fin()
2041 inet_csk_reset_keepalive_timer(sk, TCP_NIP_CSK_KEEPALIVE_CYCLE * HZ); in tcp_nip_rcv_state_process()
2049 inet_csk_reset_keepalive_timer(sk, TCP_TIMEWAIT_LEN); in tcp_nip_rcv_state_process()
/kernel/linux/linux-5.10/net/ipv4/
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()
Dinet_connection_sock.c586 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len) in inet_csk_reset_keepalive_timer() function
590 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer);
Dtcp_minisocks.c506 inet_csk_reset_keepalive_timer(newsk, in tcp_create_openreq_child()
Dtcp.c2643 inet_csk_reset_keepalive_timer(sk, in tcp_close()
3090 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_sock_set_keepidle_locked()
Dtcp_input.c6001 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
6534 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process()
6542 inet_csk_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
/kernel/linux/linux-5.10/include/net/
Dinet_connection_sock.h192 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);