Searched refs:inet_csk_reset_keepalive_timer (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/net/ipv4/ | 
| D | tcp_timer.c | 643 		inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk)));  in tcp_set_keepalive()661 		inet_csk_reset_keepalive_timer (sk, HZ/20);  in tcp_keepalive_timer()
 726 	inet_csk_reset_keepalive_timer (sk, elapsed);  in tcp_keepalive_timer()
 
 | 
| D | inet_connection_sock.c | 535 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len)  in inet_csk_reset_keepalive_timer()  function539 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer);
 
 | 
| D | tcp_minisocks.c | 506 		inet_csk_reset_keepalive_timer(newsk,  in tcp_create_openreq_child()
 | 
| D | tcp.c | 2470 				inet_csk_reset_keepalive_timer(sk,  in tcp_close()2995 				inet_csk_reset_keepalive_timer(sk, elapsed);  in do_tcp_setsockopt()
 
 | 
| D | tcp_input.c | 5770 		inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp));  in tcp_finish_connect()6288 			inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN);  in tcp_rcv_state_process()
 6296 			inet_csk_reset_keepalive_timer(sk, tmo);  in tcp_rcv_state_process()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | inet_connection_sock.h | 193 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
 |