Searched refs:congestion_cnt (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.9/bsd/skywalk/channel/ |
| H A D | channel_kern.c | 545 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 D | os_channel.h | 448 uuid_t flow_id, const flowadv_idx_t flow_index, uint32_t *congestion_cnt,
|
| /xnu-12377.1.9/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.h | 672 uint32_t congestion_cnt, uint32_t ce_cnt, uint32_t total_pkt_cnt);
|
| H A D | nexus_adapter.c | 3409 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 D | os_channel.c | 1265 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 D | pktsched_fq_codel.c | 2419 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()
|