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

  /src/sys/netinet/
tcp_congctl.h 79 extern const struct tcp_congctl tcp_reno_ctl;
tcp_congctl.c 243 r = tcp_congctl_register("reno", &tcp_reno_ctl);
645 const struct tcp_congctl tcp_reno_ctl = { variable in typeref:typename:const struct tcp_congctl
tcp_output.c 1655 if (sendalot && (tp->t_congctl == &tcp_reno_ctl || --maxburst))

Completed in 16 milliseconds