Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_cc.h199 void (*congestion_avd) (struct tcpcb *tp, struct tcphdr *th); member
H A Dtcp_newreno.c94 .congestion_avd = tcp_newreno_congestion_avd,
H A Dtcp_cubic.c61 .congestion_avd = tcp_cubic_congestion_avd,
H A Dtcp_ledbat.c71 .congestion_avd = tcp_ledbat_congestion_avd,
H A Dtcp_prague.c54 .congestion_avd = tcp_prague_ack_rcvd,
H A Dtcp_input.c3822 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3823 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()