Lines Matching refs:avkey
630 struct avtab_key avkey; in context_struct_compute_av() local
657 avkey.target_class = tclass; in context_struct_compute_av()
658 avkey.specified = AVTAB_AV | AVTAB_XPERMS; in context_struct_compute_av()
663 avkey.source_type = i + 1; in context_struct_compute_av()
664 avkey.target_type = j + 1; in context_struct_compute_av()
666 &avkey); in context_struct_compute_av()
668 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
680 cond_compute_av(&policydb->te_cond_avtab, &avkey, in context_struct_compute_av()
1028 struct avtab_key avkey; in security_compute_xperms_decision() local
1075 avkey.target_class = tclass; in security_compute_xperms_decision()
1076 avkey.specified = AVTAB_XPERMS; in security_compute_xperms_decision()
1081 avkey.source_type = i + 1; in security_compute_xperms_decision()
1082 avkey.target_type = j + 1; in security_compute_xperms_decision()
1084 &avkey); in security_compute_xperms_decision()
1086 node = avtab_search_node_next(node, avkey.specified)) in security_compute_xperms_decision()
1090 &avkey, xpermd); in security_compute_xperms_decision()
1733 struct avtab_key avkey; in security_compute_sid() local
1839 avkey.source_type = scontext->type; in security_compute_sid()
1840 avkey.target_type = tcontext->type; in security_compute_sid()
1841 avkey.target_class = tclass; in security_compute_sid()
1842 avkey.specified = specified; in security_compute_sid()
1843 avdatum = avtab_search(&policydb->te_avtab, &avkey); in security_compute_sid()
1847 node = avtab_search_node(&policydb->te_cond_avtab, &avkey); in security_compute_sid()