Searched refs:pre_fr (Results 1 – 7 of 7) sorted by relevance
205 void (*pre_fr) (struct tcpcb *tp); member
96 .pre_fr = tcp_newreno_pre_fr,
63 .pre_fr = tcp_cubic_pre_fr,
73 .pre_fr = tcp_ledbat_pre_fr,
56 .pre_fr = tcp_prague_pre_fr,
834 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_local_congestion_notification()835 CC_ALGO(tp)->pre_fr(tp); in tcp_local_congestion_notification()854 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_enter_fast_recovery()855 CC_ALGO(tp)->pre_fr(tp); in tcp_enter_fast_recovery()5392 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()5393 CC_ALGO(tp)->pre_fr(tp); in tcp_input()7685 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()7686 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
1817 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1818 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()