Home
last modified time | relevance | path

Searched refs:keepalive_intvl_when (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/net/ipv4/
Dtcp_timer.c779 elapsed = keepalive_intvl_when(tp); in tcp_keepalive_timer()
Dtcp.c3994 val = keepalive_intvl_when(tp) / HZ; in do_tcp_getsockopt()
/linux-6.6.21/include/net/
Dtcp.h1542 static inline int keepalive_intvl_when(const struct tcp_sock *tp) in keepalive_intvl_when() function