Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/channel/
H A Dchannel_kern.c545 uint32_t congestion_cnt, uint32_t l4s_ce_cnt, uint32_t total_pkt_cnt) in kern_channel_flowadv_report_congestion_event() argument
584 congestion_cnt, l4s_ce_cnt, total_pkt_cnt)) { in kern_channel_flowadv_report_congestion_event()
H A Dos_channel.h448 uuid_t flow_id, const flowadv_idx_t flow_index, uint32_t *congestion_cnt,
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.h672 uint32_t congestion_cnt, uint32_t ce_cnt, uint32_t total_pkt_cnt);
H A Dnexus_adapter.c3409 uint32_t congestion_cnt, __unused uint32_t l4s_ce_cnt, uint32_t total_pkt_cnt) in na_flowadv_report_congestion_event() argument
3435 fae->fae_congestion_cnt += congestion_cnt; in na_flowadv_report_congestion_event()
/xnu-12377.1.9/libsyscall/wrappers/skywalk/
H A Dos_channel.c1265 const flowadv_idx_t flow_index, uint32_t *congestion_cnt, in os_channel_flow_adv_get_feedback() argument
1296 *congestion_cnt = fe->fae_congestion_cnt; in os_channel_flow_adv_get_feedback()
/xnu-12377.1.9/bsd/net/pktsched/
H A Dpktsched_fq_codel.c2419 fq_if_report_congestion(fq_if_t *fqs, pktsched_pkt_t *pkt, uint32_t congestion_cnt, in fq_if_report_congestion() argument
2435 fce->fce_congestion_cnt = congestion_cnt; in fq_if_report_congestion()