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

  /src/sys/netinet/
tcp_congctl.c 211 static void tcp_cubic_congestion_exp(struct tcpcb *);
881 tcp_cubic_congestion_exp(struct tcpcb *tp) function in typeref:typename:void
918 tcp_cubic_congestion_exp(tp);
967 tcp_cubic_congestion_exp(tp);
984 .cong_exp = tcp_cubic_congestion_exp,

Completed in 13 milliseconds