Searched refs:inet_csk_reset_keepalive_timer (Results 1 – 9 of 9) sorted by relevance
/linux/net/ipv4/ |
A D | tcp_timer.c | 666 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()
|
A D | inet_connection_sock.c | 590 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long len) in inet_csk_reset_keepalive_timer() function 594 EXPORT_SYMBOL(inet_csk_reset_keepalive_timer);
|
A D | tcp_minisocks.c | 499 inet_csk_reset_keepalive_timer(newsk, in tcp_create_openreq_child()
|
A D | tcp.c | 2844 inet_csk_reset_keepalive_timer(sk, in __tcp_close() 3286 inet_csk_reset_keepalive_timer(sk, elapsed); in tcp_sock_set_keepidle_locked()
|
A D | tcp_input.c | 6011 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect() 6542 inet_csk_reset_keepalive_timer(sk, tmo - TCP_TIMEWAIT_LEN); in tcp_rcv_state_process() 6550 inet_csk_reset_keepalive_timer(sk, tmo); in tcp_rcv_state_process()
|
/linux/include/net/ |
A D | inet_connection_sock.h | 191 void inet_csk_reset_keepalive_timer(struct sock *sk, unsigned long timeout);
|
/linux/ |
A D | vmlinux.symvers | 11269 0x00000000 inet_csk_reset_keepalive_timer vmlinux EXPORT_SYMBOL
|
A D | System.map | 52883 ffff800010e321b0 T inet_csk_reset_keepalive_timer
|
A D | .tmp_System.map | 52883 ffff800010e321b0 T inet_csk_reset_keepalive_timer
|
Completed in 321 milliseconds