HomeSort by: relevance | last modified time | path
    Searched defs:tcp_reno_congestion_exp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
tcp_congctl.c 201 static void tcp_reno_congestion_exp(struct tcpcb *tp);
458 tcp_reno_congestion_exp(struct tcpcb *tp) function in typeref:typename:void
515 tcp_reno_congestion_exp(tp);
650 .cong_exp = tcp_reno_congestion_exp,
790 .cong_exp = tcp_reno_congestion_exp,

Completed in 11 milliseconds