Searched refs:CC_ALGO (Results 1 – 7 of 7) sorted by relevance
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()[all …]
54 __func__, CC_ALGO(tp)->name, tp->snd_cwnd, tp->t_srtt >> TCP_RTT_SHIFT); in tcp_pacer_get_packet_interval()
231 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index]) macro
940 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_pmtud_revert_segment_size()941 CC_ALGO(tp)->cwnd_init(tp); in tcp_pmtud_revert_segment_size()1313 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_timers()1314 CC_ALGO(tp)->cwnd_init(tp); in tcp_timers()1401 CC_ALGO(tp)->after_timeout != NULL) { in tcp_timers()1402 CC_ALGO(tp)->after_timeout(tp); in tcp_timers()1817 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()1818 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()
1261 if (CC_ALGO(tp)->init != NULL) { in tcp_newtcpcb()1262 CC_ALGO(tp)->init(tp); in tcp_newtcpcb()1883 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_close()1884 CC_ALGO(tp)->cleanup(tp); in tcp_close()3117 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mtudisc()3118 CC_ALGO(tp)->cwnd_init(tp); in tcp_mtudisc()
1012 if (CC_ALGO(tp)->after_idle != NULL && in tcp_output()1016 CC_ALGO(tp)->after_idle(tp); in tcp_output()
2436 if (CC_ALGO(tp)->name != NULL) { in nstat_tcp_copy_descriptor()2437 strbufcpy(desc->cc_algo, CC_ALGO(tp)->name); in nstat_tcp_copy_descriptor()