Lines Matching refs:CC_ALGO
332 (CC_ALGO(tp)->delay_ack != NULL && CC_ALGO(tp)->delay_ack(tp, th))
858 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_reduce_congestion_window()
859 CC_ALGO(tp)->pre_fr(tp); in tcp_reduce_congestion_window()
1429 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_bad_rexmt_restore_state()
1430 CC_ALGO(tp)->cwnd_init(tp); in tcp_bad_rexmt_restore_state()
3004 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3005 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()
4456 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
4457 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
4645 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
4646 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
4740 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
4741 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
4872 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
4873 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()
6393 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mss()
6394 CC_ALGO(tp)->cwnd_init(tp); in tcp_mss()
6732 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_set_new_cc()
6733 CC_ALGO(tp)->cleanup(tp); in tcp_set_new_cc()
6739 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
6740 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
6783 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
6784 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
6794 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
6795 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()
6823 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()
6824 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()