Searched refs:keepalive_time_when (Results 1 – 5 of 5) sorted by relevance
746 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive()791 elapsed = keepalive_time_when(tp); in tcp_keepalive_timer()799 if (elapsed >= keepalive_time_when(tp)) { in tcp_keepalive_timer()826 elapsed = keepalive_time_when(tp) - elapsed; in tcp_keepalive_timer()
561 keepalive_time_when(newtp)); in tcp_create_openreq_child()
4329 val = keepalive_time_when(tp) / HZ; in do_tcp_getsockopt()
6332 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
1642 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when() function