Home
last modified time | relevance | path

Searched refs:TT_DELACK (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h164 #define TT_DELACK 0x0001 macro
169 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
/f-stack/freebsd/netinet/
H A Dtcp_timer.h164 #define TT_DELACK 0x0001 macro
169 #define TT_MASK (TT_DELACK|TT_REXMT|TT_PERSIST|TT_KEEP|TT_2MSL)
H A Dtcp_timer.c909 case TT_DELACK: in tcp_timer_activate()
949 case TT_DELACK: in tcp_timer_active()
988 case TT_DELACK: in tcp_timer_suspend()
1019 case TT_DELACK: in tcp_timers_unsuspend()
1025 tcp_timer_activate(tp, TT_DELACK, in tcp_timers_unsuspend()
1085 case TT_DELACK: in tcp_timer_stop()
H A Dtcp_input.c526 ((!tcp_timer_active(tp, TT_DELACK) && \
558 tcp_timer_activate(tp, TT_DELACK, tcp_delacktime); in cc_ecnpkt_handler()
1980 if ((tcp_timer_active(tp, TT_DELACK) || in tcp_do_segment()
2047 tcp_timer_activate(tp, TT_DELACK, in tcp_do_segment()
3278 tcp_timer_activate(tp, TT_DELACK, tcp_delacktime); in tcp_do_segment()
H A Dtcp_output.c1693 if (tcp_timer_active(tp, TT_DELACK)) in tcp_output()
1694 tcp_timer_activate(tp, TT_DELACK, 0); in tcp_output()
H A Dtcp_subr.c1939 tcp_timer_stop(tp, TT_DELACK); in tcp_discardcb()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c5952 tcp_timer_suspend(tp, TT_DELACK); in rack_stop_all_timers()
H A Dbbr.c9993 tcp_timer_suspend(tp, TT_DELACK); in bbr_stop_all_timers()