Home
last modified time | relevance | path

Searched refs:keepalive_time_when (Results 1 – 4 of 4) sorted by relevance

/linux/net/ipv4/
H A Dtcp_minisocks.c600 tcp_reset_keepalive_timer(newsk, keepalive_time_when(newtp)); in tcp_create_openreq_child()
H A Dtcp.c4544 val = keepalive_time_when(tp) / HZ; in do_tcp_getsockopt()
H A Dtcp_input.c6776 tcp_reset_keepalive_timer(sk, keepalive_time_when(tp)); in tcp_finish_connect()
/linux/include/net/
H A Dtcp.h1798 static inline int keepalive_time_when(const struct tcp_sock *tp) in keepalive_time_when() function