Home
last modified time | relevance | path

Searched refs:fae_id (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_adapter.c3256 na_flowadv_entry_alloc(const struct nexus_adapter *na, uuid_t fae_id, in na_flowadv_entry_alloc() argument
3273 uuid_copy(fae->fae_id, fae_id); in na_flowadv_entry_alloc()
3281 na_flowadv_entry_free(const struct nexus_adapter *na, uuid_t fae_id, in na_flowadv_entry_free() argument
3284 #pragma unused(fae_id) in na_flowadv_entry_free()
3299 ASSERT(uuid_compare(fae->fae_id, fae_id) == 0); in na_flowadv_entry_free()
3300 uuid_clear(fae->fae_id); in na_flowadv_entry_free()
3338 uuid_unparse(fae->fae_id, fae_uuid_str); in na_flowadv_set()
3387 uuid_unparse(fae->fae_id, fae_uuid_str); in na_flowadv_clear()
3437 uuid_unparse(fae->fae_id, fae_uuid_str); in na_flowadv_report_congestion_event()
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dos_channel_private.h454 uuid_t fae_id; /* flow ID from userspace stack */ member
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1872 if (!uuid_is_null(fae->fae_id)) { in fsw_mib_get_flow_adv()
1880 uuid_copy(sfae->sfae_flow_id, fae->fae_id); in fsw_mib_get_flow_adv()
/xnu-12377.61.12/libsyscall/wrappers/skywalk/
H A Dos_channel.c1216 return UUID_COMPARE(fe->fae_id, id); in _flowadv_id_equal()