Searched refs:TCPT_2MSL (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h83 #define TCPT_2MSL 3 /* 2*msl quiet time timer */ macro
H A Dtcp_timer.c283 /* if (tp->t_timer[TCPT_2MSL] <= 0)
284 tp->t_timer[TCPT_2MSL] = 1; */
288 * we need to recalculate the TCPT_2MSL timer value for tcp_slowtimo
473 if (tp->t_timer[TCPT_2MSL] >= N_TIME_WAIT_SLOTS) {
474 tp->t_timer[TCPT_2MSL] -= N_TIME_WAIT_SLOTS;
478 tp->t_timer[TCPT_2MSL] = 0;
480 if (tp->t_timer[TCPT_2MSL] == 0) {
566 case TCPT_2MSL:
571 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, (u_int32_t)tcp_keepintvl);
H A Dtcp_usrreq.c1793 tp->t_timer[TCPT_2MSL] = OFFSET_FROM_START(tp, tcp_maxidle);
/darwin-on-arm/xnu/bsd/kern/
H A Dsocket_info.c149 tcpsi->tcpsi_timer[TCPT_2MSL] = tp->t_timer[TCPT_2MSL];

Completed in 36 milliseconds