Home
last modified time | relevance | path

Searched refs:CC_ALGO (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c333 (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()
2939 if (CC_ALGO(tp)->set_bytes_acked != NULL) { in tcp_input()
2940 CC_ALGO(tp)->set_bytes_acked(tp, BYTES_ACKED(th, tp)); in tcp_input()
3259 if (CC_ALGO(tp)->congestion_avd != NULL) { in tcp_input()
[all …]
H A Dtcp_cc.h230 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index]) macro
H A Dtcp_timer.c948 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_pmtud_revert_segment_size()
949 CC_ALGO(tp)->cwnd_init(tp); in tcp_pmtud_revert_segment_size()
1321 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_timers()
1322 CC_ALGO(tp)->cwnd_init(tp); in tcp_timers()
1409 CC_ALGO(tp)->after_timeout != NULL) { in tcp_timers()
1410 CC_ALGO(tp)->after_timeout(tp); in tcp_timers()
1864 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()
1865 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()
H A Dtcp_subr.c1165 if (CC_ALGO(tp)->init != NULL) { in tcp_newtcpcb()
1166 CC_ALGO(tp)->init(tp); in tcp_newtcpcb()
1716 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_close()
1717 CC_ALGO(tp)->cleanup(tp); in tcp_close()
2975 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mtudisc()
2976 CC_ALGO(tp)->cwnd_init(tp); in tcp_mtudisc()
3661 CC_ALGO(tp)->name, tp->snd_cwnd, tp->t_srtt >> TCP_RTT_SHIFT); in tcp_pacer_get_packet_interval()
H A Dtcp_output.c762 if (CC_ALGO(tp)->after_idle != NULL && in tcp_output()
766 CC_ALGO(tp)->after_idle(tp); in tcp_output()
/xnu-11215.81.4/bsd/net/
H A Dntstat.c2062 if (CC_ALGO(tp)->name != NULL) { in nstat_tcp_copy_descriptor()
2063 strbufcpy(desc->cc_algo, CC_ALGO(tp)->name); in nstat_tcp_copy_descriptor()