Home
last modified time | relevance | path

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

/xnu-11215.1.10/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()
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()
[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()
1320 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_timers()
1321 CC_ALGO(tp)->cwnd_init(tp); in tcp_timers()
1402 CC_ALGO(tp)->after_timeout != NULL) { in tcp_timers()
1403 CC_ALGO(tp)->after_timeout(tp); in tcp_timers()
1855 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()
1856 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()
H A Dtcp_subr.c1164 if (CC_ALGO(tp)->init != NULL) { in tcp_newtcpcb()
1165 CC_ALGO(tp)->init(tp); in tcp_newtcpcb()
1717 if (CC_ALGO(tp)->cleanup != NULL) { in tcp_close()
1718 CC_ALGO(tp)->cleanup(tp); in tcp_close()
2923 if (CC_ALGO(tp)->cwnd_init != NULL) { in tcp_mtudisc()
2924 CC_ALGO(tp)->cwnd_init(tp); in tcp_mtudisc()
3609 CC_ALGO(tp)->name, tp->snd_cwnd, tp->t_srtt >> TCP_RTT_SHIFT); in tcp_pacer_get_packet_interval()
H A Dtcp_output.c765 if (CC_ALGO(tp)->after_idle != NULL && in tcp_output()
769 CC_ALGO(tp)->after_idle(tp); in tcp_output()
/xnu-11215.1.10/bsd/net/
H A Dntstat.c2064 if (CC_ALGO(tp)->name != NULL) { in nstat_tcp_copy_descriptor()
2065 strbufcpy(desc->cc_algo, CC_ALGO(tp)->name); in nstat_tcp_copy_descriptor()