Searched refs:congestion_avd (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cc.h104 void (*congestion_avd) (struct tcpcb *tp, struct tcphdr *th); member in struct:tcp_cc_algo
H A Dtcp_newreno.c103 .congestion_avd = tcp_newreno_congestion_avd,
H A Dtcp_ledbat.c75 .congestion_avd = tcp_ledbat_congestion_avd,
H A Dtcp_cubic.c78 .congestion_avd = tcp_cubic_congestion_avd,
H A Dtcp_input.c2517 if (CC_ALGO(tp)->congestion_avd != NULL)
2518 CC_ALGO(tp)->congestion_avd(tp, th);

Completed in 124 milliseconds