Searched refs:tcp_timer_suspend (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 1029 int tcp_timer_suspend(struct tcpcb *, uint32_t);
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_var.h | 1029 int tcp_timer_suspend(struct tcpcb *, uint32_t);
|
| H A D | tcp_timer.c | 982 tcp_timer_suspend(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_suspend() function
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 5949 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 D | bbr.c | 9990 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()
|