Searched refs:keepalive_time_when (Results 1 – 5 of 5) sorted by relevance
733 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive()778 elapsed = keepalive_time_when(tp); in tcp_keepalive_timer()786 if (elapsed >= keepalive_time_when(tp)) { in tcp_keepalive_timer()812 elapsed = keepalive_time_when(tp) - elapsed; in tcp_keepalive_timer()
533 keepalive_time_when(newtp)); in tcp_create_openreq_child()
4028 val = keepalive_time_when(tp) / HZ; in do_tcp_getsockopt()
6221 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
1574 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when() function