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()
3509 if (CC_ALGO(tp)->set_bytes_acked != NULL) { in tcp_input()
3510 CC_ALGO(tp)->set_bytes_acked(tp, BYTES_ACKED(th, tp)); in tcp_input()
3822 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3823 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()
5383 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
5384 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
5482 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
5483 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
5682 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5683 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()
7281 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mss()
7282 CC_ALGO(tp)->cwnd_init(tp); in tcp_mss()
7629 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_set_new_cc()
7630 CC_ALGO(tp)->cleanup(tp); in tcp_set_new_cc()
7636 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
7637 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
7676 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7677 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7687 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
7688 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()