Lines Matching refs:CC_ALGO

311 	(CC_ALGO(tp)->delay_ack != NULL && CC_ALGO(tp)->delay_ack(tp, th))
834 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_local_congestion_notification()
835 CC_ALGO(tp)->pre_fr(tp); in tcp_local_congestion_notification()
854 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_enter_fast_recovery()
855 CC_ALGO(tp)->pre_fr(tp); in tcp_enter_fast_recovery()
1286 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_bad_rexmt_restore_state()
1287 CC_ALGO(tp)->cwnd_init(tp); in tcp_bad_rexmt_restore_state()
2191 if (CC_ALGO(tp)->process_ecn != NULL) { in tcp_process_accecn()
2192 CC_ALGO(tp)->process_ecn(tp, th, new_ce_bytes, tp->total_ect_packets_marked, in tcp_process_accecn()
3510 if (CC_ALGO(tp)->set_bytes_acked != NULL) { in tcp_input()
3511 CC_ALGO(tp)->set_bytes_acked(tp, BYTES_ACKED(th, tp)); in tcp_input()
3823 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3824 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()
5392 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
5393 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
5491 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
5492 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
5691 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5692 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()
7290 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mss()
7291 CC_ALGO(tp)->cwnd_init(tp); in tcp_mss()
7638 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_set_new_cc()
7639 CC_ALGO(tp)->cleanup(tp); in tcp_set_new_cc()
7645 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
7646 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
7685 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7686 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7696 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
7697 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()