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) && \ 1870 else if (!tcp_timer_active(tp, TT_PERSIST)) in tcp_do_segment() 1993 if ((tcp_timer_active(tp, TT_DELACK) || in tcp_do_segment() 1994 tcp_timer_active(tp, TT_REXMT))) in tcp_do_segment() 2606 if (!tcp_timer_active(tp, TT_REXMT)) { in tcp_do_segment() 2971 } else if (!tcp_timer_active(tp, TT_PERSIST)) in tcp_do_segment()
|
| H A D | tcp_timer.c | 939 tcp_timer_active(struct tcpcb *tp, tt_which which) in tcp_timer_active() function
|
| H A D | tcp_var.h | 1504 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 | 9858 if (tcp_timer_active(tp, TT_PERSIST)) { in bbr_stop_all_timers()
|
| H A D | rack.c | 7967 if (tcp_timer_active(tp, TT_PERSIST)) { in rack_stop_all_timers()
|