Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dtcp_congctl.c325 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()
H A Dtcp_timer.c433 tp->t_congctl->slow_retransmit(tp); in tcp_timer_rexmt()
H A Dtcp_var.h384 const struct tcp_congctl *t_congctl; /* per TCB congctl algorithm */ member
H A Dtcp_input.c1755 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()
H A Dtcp_output.c1656 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst)) in tcp_output()