Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c696 const int tmo = tcp_fin_time(sk) - TCP_TIMEWAIT_LEN; in tcp_keepalive_timer()
H A Dtcp.c2619 const int tmo = tcp_fin_time(sk); in tcp_close()
H A Dtcp_input.c6534 tmo = tcp_fin_time(sk); in tcp_rcv_state_process()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1486 static inline int tcp_fin_time(const struct sock *sk) in tcp_fin_time() function