Searched refs:TT_2MSL (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_timer.h | 168 #define TT_2MSL 0x0010 macro 169 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timer.h | 168 #define TT_2MSL 0x0010 macro 169 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
|
| H A D | tcp_timer.c | 925 case TT_2MSL: in tcp_timer_activate() 961 case TT_2MSL: in tcp_timer_active() 1004 case TT_2MSL: in tcp_timer_suspend() 1060 case TT_2MSL: in tcp_timers_unsuspend() 1067 tcp_timer_activate(tp, TT_2MSL, in tcp_timers_unsuspend() 1097 case TT_2MSL: in tcp_timer_stop()
|
| H A D | tcp_usrreq.c | 2316 tcp_timer_activate(tp, TT_2MSL, in tcp_default_ctloutput() 2339 tcp_timer_activate(tp, TT_2MSL, in tcp_default_ctloutput() 2737 tcp_timer_activate(tp, TT_2MSL, timeout); in tcp_usrclosed()
|
| H A D | tcp_subr.c | 1938 tcp_timer_stop(tp, TT_2MSL); in tcp_discardcb()
|
| H A D | tcp_input.c | 2967 tcp_timer_activate(tp, TT_2MSL, in tcp_do_segment()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 9348 tcp_timer_activate(tp, TT_2MSL, in rack_do_syn_sent() 9549 tcp_timer_activate(tp, TT_2MSL, in rack_do_syn_recv() 9916 tcp_timer_activate(tp, TT_2MSL, in rack_do_fin_wait_1()
|
| H A D | bbr.c | 9028 tcp_timer_activate(tp, TT_2MSL, in bbr_do_syn_sent() 9240 tcp_timer_activate(tp, TT_2MSL, in bbr_do_syn_recv() 9616 tcp_timer_activate(tp, TT_2MSL, in bbr_do_fin_wait_1()
|