Searched refs:TT_2MSL (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dtcp_timer.h159 #define TT_2MSL 0x0010 macro
160 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
H A Dtcp_timer.c341 KASSERT((tp->t_timers->tt_flags & TT_2MSL) != 0,
866 case TT_2MSL:
918 case TT_2MSL:
955 case TT_2MSL:
H A Dtcp_usrreq.c1678 tcp_timer_activate(tp, TT_2MSL,
1701 tcp_timer_activate(tp, TT_2MSL,
1986 tcp_timer_activate(tp, TT_2MSL, timeout);
H A Dtcp_subr.c1388 tcp_timer_stop(tp, TT_2MSL);
H A Dtcp_input.c2886 tcp_timer_activate(tp, TT_2MSL,
/freebsd-11.0-release/sys/netinet/tcp_stacks/
H A Dfastpath.c1382 tcp_timer_activate(tp, TT_2MSL,

Completed in 122 milliseconds