Home
last modified time | relevance | path

Searched refs:fae (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dnexus_adapter.c3171 struct __flowadv_entry *fae; in na_flowadv_entry_alloc() local
3182 fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_entry_alloc()
3183 uuid_copy(fae->fae_id, fae_id); in na_flowadv_entry_alloc()
3184 fae->fae_flowid = flowid; in na_flowadv_entry_alloc()
3185 fae->fae_flags = FLOWADVF_VALID; in na_flowadv_entry_alloc()
3205 struct __flowadv_entry *fae; in na_flowadv_entry_free() local
3208 fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_entry_free()
3209 ASSERT(uuid_compare(fae->fae_id, fae_id) == 0); in na_flowadv_entry_free()
3210 uuid_clear(fae->fae_id); in na_flowadv_entry_free()
3211 VERIFY(fae->fae_flowid == flowid); in na_flowadv_entry_free()
[all …]
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1700 struct __flowadv_entry *fae = NULL; in fsw_mib_get_flow_adv() local
1744 fae = &arn->arn_flowadv_obj[fae_idx]; in fsw_mib_get_flow_adv()
1745 if (!uuid_is_null(fae->fae_id)) { in fsw_mib_get_flow_adv()
1752 uuid_copy(sfae->sfae_flow_id, fae->fae_id); in fsw_mib_get_flow_adv()
1753 sfae->sfae_flags = fae->fae_flags; in fsw_mib_get_flow_adv()