Searched refs:fae (Results 1 – 2 of 2) sorted by relevance
3234 struct __flowadv_entry *fae; in na_flowadv_entry_alloc() local3245 fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_entry_alloc()3246 uuid_copy(fae->fae_id, fae_id); in na_flowadv_entry_alloc()3247 fae->fae_flowid = flowid; in na_flowadv_entry_alloc()3248 fae->fae_flags = FLOWADVF_VALID; in na_flowadv_entry_alloc()3268 struct __flowadv_entry *fae; in na_flowadv_entry_free() local3271 fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_entry_free()3272 ASSERT(uuid_compare(fae->fae_id, fae_id) == 0); in na_flowadv_entry_free()3273 uuid_clear(fae->fae_id); in na_flowadv_entry_free()3274 VERIFY(fae->fae_flowid == flowid); in na_flowadv_entry_free()[all …]
1805 struct __flowadv_entry *fae = NULL; in fsw_mib_get_flow_adv() local1849 fae = &arn->arn_flowadv_obj[fae_idx]; in fsw_mib_get_flow_adv()1850 if (!uuid_is_null(fae->fae_id)) { in fsw_mib_get_flow_adv()1857 uuid_copy(sfae->sfae_flow_id, fae->fae_id); in fsw_mib_get_flow_adv()1858 sfae->sfae_flags = fae->fae_flags; in fsw_mib_get_flow_adv()