Lines Matching refs:CC_ALGO
333 (CC_ALGO(tp)->delay_ack != NULL && CC_ALGO(tp)->delay_ack(tp, th))
856 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_enter_fast_recovery()
857 CC_ALGO(tp)->pre_fr(tp); in tcp_enter_fast_recovery()
1373 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_bad_rexmt_restore_state()
1374 CC_ALGO(tp)->cwnd_init(tp); in tcp_bad_rexmt_restore_state()
2005 if (CC_ALGO(tp)->process_ecn != NULL) { in tcp_process_accecn()
2006 CC_ALGO(tp)->process_ecn(tp, th, new_ce_bytes, tp->total_ect_packets_marked, in tcp_process_accecn()
2939 if (CC_ALGO(tp)->set_bytes_acked != NULL) { in tcp_input()
2940 CC_ALGO(tp)->set_bytes_acked(tp, BYTES_ACKED(th, tp)); in tcp_input()
3259 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3260 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()
5153 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
5154 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
5254 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
5255 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
5450 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5451 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()
7025 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mss()
7026 CC_ALGO(tp)->cwnd_init(tp); in tcp_mss()
7373 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_set_new_cc()
7374 CC_ALGO(tp)->cleanup(tp); in tcp_set_new_cc()
7380 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
7381 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
7424 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7425 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7436 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
7437 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()
7470 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()
7471 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()