Searched refs:pre_fr (Results 1 – 6 of 6) sorted by relevance
203 void (*pre_fr) (struct tcpcb *tp); member
103 .pre_fr = tcp_newreno_pre_fr,
853 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_reduce_congestion_window()854 CC_ALGO(tp)->pre_fr(tp); in tcp_reduce_congestion_window()4451 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4452 CC_ALGO(tp)->pre_fr(tp); in tcp_input()4640 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4641 CC_ALGO(tp)->pre_fr(tp); in tcp_input()6778 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()6779 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()6818 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()6819 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
82 .pre_fr = tcp_ledbat_pre_fr,
77 .pre_fr = tcp_cubic_pre_fr,
1838 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1839 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()