Lines Matching refs:CC_ALGO
334 (CC_ALGO(tp)->delay_ack != NULL && CC_ALGO(tp)->delay_ack(tp, th))
852 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_reduce_congestion_window()
853 CC_ALGO(tp)->pre_fr(tp); in tcp_reduce_congestion_window()
1424 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_bad_rexmt_restore_state()
1425 CC_ALGO(tp)->cwnd_init(tp); in tcp_bad_rexmt_restore_state()
3052 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
3053 CC_ALGO(tp)->congestion_avd(tp, th); in tcp_input()
4703 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
4704 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
4897 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
4898 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
4992 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
4993 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
5134 if (CC_ALGO(tp)->ack_rcvd != NULL) { in tcp_input()
5135 CC_ALGO(tp)->ack_rcvd(tp, th); in tcp_input()
6674 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mss()
6675 CC_ALGO(tp)->cwnd_init(tp); in tcp_mss()
7013 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_set_new_cc()
7014 CC_ALGO(tp)->cleanup(tp); in tcp_set_new_cc()
7020 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
7021 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
7064 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7065 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7075 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
7076 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()
7104 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()
7105 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()