Lines Matching refs:CC_ALGO

337 	(CC_ALGO(tp)->delay_ack != NULL && CC_ALGO(tp)->delay_ack(tp, th))
861 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_reduce_congestion_window()
862 CC_ALGO(tp)->pre_fr(tp); in tcp_reduce_congestion_window()
1375 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_bad_rexmt_restore_state()
1376 CC_ALGO(tp)->cwnd_init(tp); in tcp_bad_rexmt_restore_state()
3113 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3114 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()
4763 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
4764 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
4957 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
4958 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
5052 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
5053 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
5198 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5199 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()
6747 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mss()
6748 CC_ALGO(tp)->cwnd_init(tp); in tcp_mss()
7086 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_set_new_cc()
7087 CC_ALGO(tp)->cleanup(tp); in tcp_set_new_cc()
7093 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
7094 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
7137 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7138 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7148 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
7149 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()
7177 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()
7178 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()