Searched refs:inet_csk_reset_keepalive_timer (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip_timer.c | 351 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()
|
H A D | tcp_nip_input.c | 175 inet_csk_reset_keepalive_timer(sk, TCP_TIMEWAIT_LEN); in tcp_nip_fin() 2104 inet_csk_reset_keepalive_timer(sk, TCP_NIP_CSK_KEEPALIVE_CYCLE * HZ); in tcp_nip_rcv_state_process() 2112 inet_csk_reset_keepalive_timer(sk, TCP_TIMEWAIT_LEN); in tcp_nip_rcv_state_process()
|
H A D | tcp_nip.c | 1049 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_nip_keepalive_para_update() 1108 inet_csk_reset_keepalive_timer(sk, tp->keepalive_time); in tcp_nip_keepalive_enable() 1165 inet_csk_reset_keepalive_timer(sk, tp->keepalive_time); in tcp_nip_keepalive_disable()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_timer.c | 705 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive() 723 inet_csk_reset_keepalive_timer (sk, HZ/20); in tcp_keepalive_timer() 788 inet_csk_reset_keepalive_timer (sk, elapsed); in tcp_keepalive_timer()
|
H A D | inet_connection_sock.c | 604 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len) in inet_csk_reset_keepalive_timer() function 608 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer); variable
|
H A D | tcp_minisocks.c | 506 inet_csk_reset_keepalive_timer(newsk, in tcp_create_openreq_child()
|
H A D | tcp.c | 2691 inet_csk_reset_keepalive_timer(sk, in __tcp_close() 3161 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_sock_set_keepidle_locked()
|
H A D | tcp_input.c | 6030 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect() 6566 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process() 6574 inet_csk_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_timer.c | 709 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 D | inet_connection_sock.c | 783 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len) in inet_csk_reset_keepalive_timer() function 787 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer); variable
|
H A D | tcp_minisocks.c | 533 inet_csk_reset_keepalive_timer(newsk, in tcp_create_openreq_child()
|
H A D | tcp.c | 2889 inet_csk_reset_keepalive_timer(sk, in __tcp_close() 3335 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_sock_set_keepidle_locked()
|
H A D | tcp_input.c | 6125 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect() 6669 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process() 6677 inet_csk_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_connection_sock.h | 205 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_connection_sock.h | 193 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
|
Completed in 44 milliseconds