Searched refs:tcp_fin_time (Results 1 – 4 of 4) sorted by relevance
673 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
2467 const int tmo = tcp_fin_time(sk); in tcp_close()
6286 tmo = tcp_fin_time(sk); in tcp_rcv_state_process()
1429 static inline int tcp_fin_time(const struct sock *sk) in tcp_fin_time() function