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()4703 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4704 CC_ALGO(tp)->pre_fr(tp); in tcp_input()4897 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4898 CC_ALGO(tp)->pre_fr(tp); in tcp_input()7064 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()7065 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()7104 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()7105 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
1842 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1843 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()