Searched refs:pre_fr (Results 1 – 7 of 7) sorted by relevance
96 .pre_fr = tcp_newreno_pre_fr,
204 void (*pre_fr) (struct tcpcb *tp); member
73 .pre_fr = tcp_ledbat_pre_fr,
63 .pre_fr = tcp_cubic_pre_fr,
57 .pre_fr = tcp_prague_pre_fr,
856 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_enter_fast_recovery()857 CC_ALGO(tp)->pre_fr(tp); in tcp_enter_fast_recovery()5136 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()5137 CC_ALGO(tp)->pre_fr(tp); in tcp_input()7407 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()7408 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()7453 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()7454 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
1861 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1862 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()