Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c734 elapsed = keepalive_intvl_when(tp); in tcp_keepalive_timer()
H A Dtcp.c3701 val = keepalive_intvl_when(tp) / HZ; in do_tcp_getsockopt()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1454 static inline int keepalive_intvl_when(const struct tcp_sock *tp) in keepalive_intvl_when() function