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()
2936 if (CC_ALGO(tp)->set_bytes_acked != NULL) { in tcp_input()
2937 CC_ALGO(tp)->set_bytes_acked(tp, BYTES_ACKED(th, tp)); in tcp_input()
3256 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3257 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()
5133 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
5134 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
5234 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
5235 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
5430 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5431 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()
7008 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mss()
7009 CC_ALGO(tp)->cwnd_init(tp); in tcp_mss()
7353 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_set_new_cc()
7354 CC_ALGO(tp)->cleanup(tp); in tcp_set_new_cc()
7360 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
7361 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
7404 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7405 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7415 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
7416 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()
7444 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()
7445 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()