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

  /src/sys/netinet/
tcp_congctl.h 74 * cong_exp: called when congestion is detected. eg. by ECN
76 void (*cong_exp)(struct tcpcb *); member in struct:tcp_congctl
tcp_congctl.c 650 .cong_exp = tcp_reno_congestion_exp,
790 .cong_exp = tcp_reno_congestion_exp,
984 .cong_exp = tcp_cubic_congestion_exp,
tcp_input.c 1764 tp->t_congctl->cong_exp(tp);

Completed in 17 milliseconds