Searched refs:tcp_timer_active (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_output.c | 143 tcp_timer_active((tp), TT_REXMT) || \ 144 tcp_timer_active((tp), TT_PERSIST), \ 499 !tcp_timer_active(tp, TT_PERSIST)) { in tcp_default_output() 503 if (!tcp_timer_active(tp, TT_PERSIST)) in tcp_default_output() 720 !tcp_timer_active(tp, TT_REXMT) && in tcp_default_output() 721 !tcp_timer_active(tp, TT_PERSIST)) { in tcp_default_output() 747 if (sbavail(&so->so_snd) && !tcp_timer_active(tp, TT_REXMT) && in tcp_default_output() 748 !tcp_timer_active(tp, TT_PERSIST)) { in tcp_default_output() 1239 tcp_timer_active(tp, TT_PERSIST)) in tcp_default_output() 1532 !tcp_timer_active(tp, TT_PERSIST)) { in tcp_default_output() [all …]
|
H A D | tcp_input.c | 512 ((!tcp_timer_active(tp, TT_DELACK) && \ 1871 else if (!tcp_timer_active(tp, TT_PERSIST)) in tcp_do_segment() 1994 if ((tcp_timer_active(tp, TT_DELACK) || in tcp_do_segment() 1995 tcp_timer_active(tp, TT_REXMT))) in tcp_do_segment() 2607 if (!tcp_timer_active(tp, TT_REXMT)) { in tcp_do_segment() 2972 } else if (!tcp_timer_active(tp, TT_PERSIST)) in tcp_do_segment()
|
H A D | tcp_timer.c | 936 tcp_timer_active(struct tcpcb *tp, tt_which which) in tcp_timer_active() function
|
H A D | tcp_var.h | 1474 bool tcp_timer_active(struct tcpcb *, tt_which);
|
H A D | tcp_subr.c | 1067 tp->snd_una != tp->snd_max) && !(tcp_timer_active(tp, TT_REXMT) || in tcp_default_fb_init() 1068 tcp_timer_active(tp, TT_PERSIST))) { in tcp_default_fb_init() 1083 if (!tcp_timer_active(tp, TT_KEEP)) in tcp_default_fb_init()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 9863 if (tcp_timer_active(tp, TT_PERSIST)) { in bbr_stop_all_timers()
|
H A D | rack.c | 8105 if (tcp_timer_active(tp, TT_PERSIST)) { in rack_stop_all_timers()
|