Searched refs:keepalive_time_when (Results 1 – 5 of 5) sorted by relevance
654 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tcp_sk(sk))); in tcp_set_keepalive()699 elapsed = keepalive_time_when(tp); in tcp_keepalive_timer()707 if (elapsed >= keepalive_time_when(tp)) { in tcp_keepalive_timer()731 elapsed = keepalive_time_when(tp) - elapsed; in tcp_keepalive_timer()
507 keepalive_time_when(newtp)); in tcp_create_openreq_child()
3605 val = keepalive_time_when(tp) / HZ; in do_tcp_getsockopt()
5934 inet_csk_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
1446 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when() function