Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h450 struct __flowadv_entry { struct
597 const volatile struct __flowadv_entry *chd_nx_flowadv;
629 (__DECONST(struct __flowadv_entry *, (_chd)->chd_nx_flowadv))
/xnu-12377.41.6/bsd/skywalk/mem/
H A Dskmem_arena_var.h173 struct __flowadv_entry *__counted_by(arn_flowadv_entries)arn_flowadv_obj;
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c53 static int _flowadv_id_equal(struct __flowadv_entry *, uuid_t);
578 *(struct __flowadv_entry **)(uintptr_t)&chd->chd_nx_flowadv = in os_channel_create_extended()
579 _CHANNEL_OFFSET(struct __flowadv_entry *, in os_channel_create_extended()
1198 _flowadv_id_equal(struct __flowadv_entry *fe, uuid_t id) in _flowadv_id_equal()
1225 struct __flowadv_entry *fe = CHD_NX_FLOWADV(chd); in os_channel_flow_admissible()
1270 struct __flowadv_entry *fe = CHD_NX_FLOWADV(chd); in os_channel_flow_adv_get_feedback()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c3261 struct __flowadv_entry *__single fae; in na_flowadv_entry_alloc()
3295 struct __flowadv_entry *__single fae; in na_flowadv_entry_free()
3328 struct __flowadv_entry *fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_set()
3377 struct __flowadv_entry *__single fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_clear()
3426 struct __flowadv_entry *__single fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_report_congestion_event()
H A Dnexus_kern.c2160 static_assert(NX_FLOWADV_DEFAULT * sizeof(struct __flowadv_entry) <= SKMEM_MIN_SEG_SIZE); in nxprov_params_adjust()
2161 MUL(sizeof(struct __flowadv_entry), flowadv_max, &tmp1); in nxprov_params_adjust()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1828 struct __flowadv_entry *__single fae = NULL; in fsw_mib_get_flow_adv()