Home
last modified time | relevance | path

Searched refs:TCPT_2MSL (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.h135 #define TCPT_2MSL 7 /* 2*msl quiet time timer */ macro
158 #define TCPT_2MSL 3 /* 2*msl quiet time timer */ macro
H A Dtcp_timer.c571 tp->t_timer[TCPT_2MSL] = timer; in add_to_time_wait_locked()
678 if (istimewait && TSTMP_GEQ(tcp_now, tp->t_timer[TCPT_2MSL]) && in tcp_garbage_collect()
841 TSTMP_GEQ(tcp_now, tw_tp->t_timer[TCPT_2MSL])) { in tcp_gc()
1042 case TCPT_2MSL: in tcp_timers()
1047 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_timers()
H A Din_pcblist.c242 xt->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb_n()
H A Dtcp_usrreq.c2496 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_ctloutput()
2515 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, in tcp_ctloutput()
H A Dtcp_subr.c2155 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_otcpcb()
2341 otp->t_timer[TCPT_2MSL_EXT] = tp->t_timer[TCPT_2MSL]; in tcpcb_to_xtcpcb64()
H A Dtcp_input.c927 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, tcp_fin_timeout); in tcp_set_finwait_timeout()
929 tp->t_timer[TCPT_2MSL] = tcp_offset_from_start(tp, TCP_CONN_MAXIDLE(tp)); in tcp_set_finwait_timeout()
/xnu-12377.61.12/bsd/kern/
H A Dsocket_info.c165 tp->t_timer[TCPT_2MSL]; in fill_socketinfo()