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,
852 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_reduce_congestion_window()853 CC_ALGO(tp)->pre_fr(tp); in tcp_reduce_congestion_window()4707 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4708 CC_ALGO(tp)->pre_fr(tp); in tcp_input()4901 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4902 CC_ALGO(tp)->pre_fr(tp); in tcp_input()7069 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()7070 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()7109 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()7110 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
1843 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1844 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()