Searched refs:fae (Results 1 – 2 of 2) sorted by relevance
3320 struct __flowadv_entry *__single fae; in na_flowadv_entry_alloc() local3331 fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_entry_alloc()3332 uuid_copy(fae->fae_id, fae_id); in na_flowadv_entry_alloc()3333 fae->fae_flowid = flowid; in na_flowadv_entry_alloc()3334 fae->fae_flags = FLOWADVF_VALID; in na_flowadv_entry_alloc()3354 struct __flowadv_entry *__single fae; in na_flowadv_entry_free() local3357 fae = &arn->arn_flowadv_obj[fe_idx]; in na_flowadv_entry_free()3358 ASSERT(uuid_compare(fae->fae_id, fae_id) == 0); in na_flowadv_entry_free()3359 uuid_clear(fae->fae_id); in na_flowadv_entry_free()3360 VERIFY(fae->fae_flowid == flowid); in na_flowadv_entry_free()[all …]
1817 struct __flowadv_entry *__single fae = NULL; in fsw_mib_get_flow_adv() local1860 fae = &arn->arn_flowadv_obj[fae_idx]; in fsw_mib_get_flow_adv()1861 if (!uuid_is_null(fae->fae_id)) { in fsw_mib_get_flow_adv()1869 uuid_copy(sfae->sfae_flow_id, fae->fae_id); in fsw_mib_get_flow_adv()1870 sfae->sfae_flags = fae->fae_flags; in fsw_mib_get_flow_adv()