Home
last modified time | relevance | path

Searched refs:tcp_timer_suspend (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1029 int tcp_timer_suspend(struct tcpcb *, uint32_t);
/f-stack/freebsd/netinet/
H A Dtcp_var.h1029 int tcp_timer_suspend(struct tcpcb *, uint32_t);
H A Dtcp_timer.c982 tcp_timer_suspend(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_suspend() function
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c5949 tcp_timer_suspend(tp, TT_PERSIST); in rack_stop_all_timers()
5950 tcp_timer_suspend(tp, TT_REXMT); in rack_stop_all_timers()
5951 tcp_timer_suspend(tp, TT_KEEP); in rack_stop_all_timers()
5952 tcp_timer_suspend(tp, TT_DELACK); in rack_stop_all_timers()
H A Dbbr.c9990 tcp_timer_suspend(tp, TT_PERSIST); in bbr_stop_all_timers()
9991 tcp_timer_suspend(tp, TT_REXMT); in bbr_stop_all_timers()
9992 tcp_timer_suspend(tp, TT_KEEP); in bbr_stop_all_timers()
9993 tcp_timer_suspend(tp, TT_DELACK); in bbr_stop_all_timers()