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()
2007 if (CC_ALGO(tp)->process_ecn != NULL) { in tcp_process_accecn()
2008 CC_ALGO(tp)->process_ecn(tp, th, new_ce_bytes, tp->total_ect_packets_marked, in tcp_process_accecn()
2975 if (CC_ALGO(tp)->set_bytes_acked != NULL) { in tcp_input()
2976 CC_ALGO(tp)->set_bytes_acked(tp, BYTES_ACKED(th, tp)); in tcp_input()
3295 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3296 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()
5209 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
5210 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
5310 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
5311 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
5506 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5507 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()
7092 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mss()
7093 CC_ALGO(tp)->cwnd_init(tp); in tcp_mss()
7440 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_set_new_cc()
7441 CC_ALGO(tp)->cleanup(tp); in tcp_set_new_cc()
7447 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
7448 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
7491 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7492 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7503 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
7504 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()
7537 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()
7538 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()