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,
858 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_reduce_congestion_window()859 CC_ALGO(tp)->pre_fr(tp); in tcp_reduce_congestion_window()4456 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4457 CC_ALGO(tp)->pre_fr(tp); in tcp_input()4645 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()4646 CC_ALGO(tp)->pre_fr(tp); in tcp_input()6783 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()6784 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()6823 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()6824 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()