HomeSort by: relevance | last modified time | path
    Searched refs:t_congctl (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/netinet/
tcp_congctl.c 325 old_found = (tp == NULL || tp->t_congctl == NULL);
331 if (!old_found && tccp->congctl_ctl == tp->t_congctl) {
346 tp->t_congctl = new_tccp->congctl_ctl;
367 KASSERT(tp->t_congctl);
370 if (tccp->congctl_ctl == tp->t_congctl) {
tcp_timer.c 433 tp->t_congctl->slow_retransmit(tp);
tcp_var.h 384 const struct tcp_congctl *t_congctl; /* per TCB congctl algorithm */ member in struct:tcpcb
tcp_input.c 1764 tp->t_congctl->cong_exp(tp);
2493 if (tp->t_congctl->fast_retransmit(tp, th)) {
2525 tp->t_congctl->fast_retransmit_newack(tp, th);
2566 tp->t_congctl->newack(tp, th);
tcp_output.c 1655 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst))

Completed in 19 milliseconds