Searched refs:congestion_avd (Results 1 – 5 of 5) sorted by relevance
197 void (*congestion_avd) (struct tcpcb *tp, struct tcphdr *th); member
94 .congestion_avd = tcp_newreno_congestion_avd,
71 .congestion_avd = tcp_ledbat_congestion_avd,
61 .congestion_avd = tcp_cubic_congestion_avd,
3057 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()3058 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()