Searched refs:tcp_reset_keepalive_timer (Results 1 – 5 of 5) sorted by relevance
/linux-6.15/net/ipv4/ |
D | tcp_timer.c | 757 void tcp_reset_keepalive_timer(struct sock *sk, unsigned long len) in tcp_reset_keepalive_timer() function 773 tcp_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive() 790 tcp_reset_keepalive_timer(sk, HZ/20); in tcp_keepalive_timer() 856 tcp_reset_keepalive_timer(sk, elapsed); in tcp_keepalive_timer()
|
D | tcp_minisocks.c | 570 tcp_reset_keepalive_timer(newsk, keepalive_time_when(newtp)); in tcp_create_openreq_child()
|
D | tcp_input.c | 6380 tcp_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect() 6953 tcp_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process() 6961 tcp_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
|
D | tcp.c | 3203 tcp_reset_keepalive_timer(sk, in __tcp_close() 3656 tcp_reset_keepalive_timer(sk, elapsed); in tcp_sock_set_keepidle_locked()
|
/linux-6.15/include/net/ |
D | tcp.h | 458 void tcp_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
|