Searched refs:pre_fr (Results 1 – 6 of 6) sorted by relevance
203 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,
859 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_reduce_congestion_window()860 CC_ALGO(tp)->pre_fr(tp); in tcp_reduce_congestion_window()4822 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4823 CC_ALGO(tp)->pre_fr(tp); in tcp_input()5016 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()5017 CC_ALGO(tp)->pre_fr(tp); in tcp_input()7202 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()7203 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()7242 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()7243 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
1860 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1861 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()