Home
last modified time | relevance | path

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

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