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()5209 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()5210 CC_ALGO(tp)->pre_fr(tp); in tcp_input()7491 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()7492 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()7537 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()7538 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
1871 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1872 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()