Home
last modified time | relevance | path

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

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