Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dtcp_timer.c802 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
H A Dtcp.c3200 const int tmo = tcp_fin_time(sk); in __tcp_close()
H A Dtcp_input.c6951 tmo = tcp_fin_time(sk); in tcp_rcv_state_process()
/linux-6.15/include/net/
H A Dtcp.h1746 static inline int tcp_fin_time(const struct sock *sk) in tcp_fin_time() function