Searched refs:TCP_LINGERTIME (Results 1 – 3 of 3) sorted by relevance
212 #define TCP_LINGERTIME 120 /* linger at most 2 minutes */ macro
138 mp_so->so_linger = (short)(TCP_LINGERTIME * hz); in mptcp_usr_attach()
187 so->so_linger = (short)(TCP_LINGERTIME * hz); in tcp_usr_attach()