Searched refs:keepalive_time_when (Results 1 – 5 of 5) sorted by relevance
666 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive()711 elapsed = keepalive_time_when(tp); in tcp_keepalive_timer()719 if (elapsed >= keepalive_time_when(tp)) { in tcp_keepalive_timer()743 elapsed = keepalive_time_when(tp) - elapsed; in tcp_keepalive_timer()
507 keepalive_time_when(newtp)); in tcp_create_openreq_child()
3714 val = keepalive_time_when(tp) / HZ; in do_tcp_getsockopt()
5945 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
1450 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when() function