Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dtcp_timer.h212 #define TCP_LINGERTIME 120 /* linger at most 2 minutes */ macro
H A Dmptcp_usrreq.c138 mp_so->so_linger = (short)(TCP_LINGERTIME * hz); in mptcp_usr_attach()
H A Dtcp_usrreq.c187 so->so_linger = (short)(TCP_LINGERTIME * hz); in tcp_usr_attach()