Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_timer.c696 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
Dtcp.c2831 const int tmo = tcp_fin_time(sk); in __tcp_close()
Dtcp_input.c6523 tmo = tcp_fin_time(sk); in tcp_rcv_state_process()
/Linux-v5.15/include/net/
Dtcp.h1489 static inline int tcp_fin_time(const struct sock *sk) in tcp_fin_time() function