Searched refs:keepalive_time_when (Results 1 – 5 of 5) sorted by relevance
760 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive()805 elapsed = keepalive_time_when(tp); in tcp_keepalive_timer()813 if (elapsed >= keepalive_time_when(tp)) { in tcp_keepalive_timer()840 elapsed = keepalive_time_when(tp) - elapsed; in tcp_keepalive_timer()
570 keepalive_time_when(newtp)); in tcp_create_openreq_child()
4343 val = keepalive_time_when(tp) / HZ; in do_tcp_getsockopt()
6356 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
1659 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when() function