Searched refs:avkey (Results 1 – 2 of 2) sorted by relevance
904 avtab_key_t avkey; in context_struct_compute_av() local932 avkey.target_class = tclass; in context_struct_compute_av()933 avkey.specified = AVTAB_AV; in context_struct_compute_av()942 avkey.source_type = i + 1; in context_struct_compute_av()943 avkey.target_type = j + 1; in context_struct_compute_av()945 avtab_search_node(&policydb->te_avtab, &avkey); in context_struct_compute_av()948 avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()959 cond_compute_av(&policydb->te_cond_avtab, &avkey, avd); in context_struct_compute_av()1370 avtab_key_t avkey; in sepol_compute_sid() local1418 avkey.source_type = scontext->type; in sepol_compute_sid()[all …]
1708 avtab_key_t avkey; in expand_terule_helper() local1720 avkey.specified = avrule_to_avtab_spec(specified); in expand_terule_helper()1721 avkey.source_type = stype + 1; in expand_terule_helper()1722 avkey.target_type = ttype + 1; in expand_terule_helper()1728 avkey.target_class = cur->tclass; in expand_terule_helper()1734 node = avtab_search_node(&p->te_avtab, &avkey); in expand_terule_helper()1738 node = avtab_search_node(&p->te_cond_avtab, &avkey); in expand_terule_helper()1761 p->p_type_val_to_name[avkey.source_type - in expand_terule_helper()1763 p->p_type_val_to_name[avkey.target_type - in expand_terule_helper()1765 p->p_class_val_to_name[avkey.target_class - in expand_terule_helper()[all …]