Searched refs:keepalive_time_when (Results 1 – 4 of 4) sorted by relevance
600 tcp_reset_keepalive_timer(newsk, keepalive_time_when(newtp)); in tcp_create_openreq_child()
4544 val = keepalive_time_when(tp) / HZ; in do_tcp_getsockopt()
6776 tcp_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
1798 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when() function