Searched refs:pre_fr (Results 1 – 7 of 7) sorted by relevance
204 void (*pre_fr) (struct tcpcb *tp); member
96 .pre_fr = tcp_newreno_pre_fr,
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()5153 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()5154 CC_ALGO(tp)->pre_fr(tp); in tcp_input()7424 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()7425 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()7470 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()7471 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
1864 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1865 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()