Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_newreno.c101 .congestion_avd = tcp_newreno_congestion_avd,
H A Dtcp_cc.h197 void (*congestion_avd) (struct tcpcb *tp, struct tcphdr *th); member
H A Dtcp_cubic.c75 .congestion_avd = tcp_cubic_congestion_avd,
H A Dtcp_ledbat.c80 .congestion_avd = tcp_ledbat_congestion_avd,
H A Dtcp_input.c2989 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
2990 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()