Searched refs:t_congctl (Results 1 – 5 of 5) sorted by relevance
325 old_found = (tp == NULL || tp->t_congctl == NULL); in tcp_congctl_select()331 if (!old_found && tccp->congctl_ctl == tp->t_congctl) { in tcp_congctl_select()346 tp->t_congctl = new_tccp->congctl_ctl; in tcp_congctl_select()367 KASSERT(tp->t_congctl); in tcp_congctl_release()370 if (tccp->congctl_ctl == tp->t_congctl) { in tcp_congctl_release()
433 tp->t_congctl->slow_retransmit(tp); in tcp_timer_rexmt()
384 const struct tcp_congctl *t_congctl; /* per TCB congctl algorithm */ member
1755 tp->t_congctl->cong_exp(tp); in tcp_input()2484 if (tp->t_congctl->fast_retransmit(tp, th)) { in tcp_input()2516 tp->t_congctl->fast_retransmit_newack(tp, th); in tcp_input()2557 tp->t_congctl->newack(tp, th); in tcp_input()
1656 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst)) in tcp_output()