Lines Matching refs:avkey

622 	struct avtab_key avkey;  in context_struct_compute_av()  local
649 avkey.target_class = tclass; in context_struct_compute_av()
650 avkey.specified = AVTAB_AV | AVTAB_XPERMS; in context_struct_compute_av()
655 avkey.source_type = i + 1; in context_struct_compute_av()
656 avkey.target_type = j + 1; in context_struct_compute_av()
658 &avkey); in context_struct_compute_av()
660 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
672 cond_compute_av(&policydb->te_cond_avtab, &avkey, in context_struct_compute_av()
1009 struct avtab_key avkey; in security_compute_xperms_decision() local
1055 avkey.target_class = tclass; in security_compute_xperms_decision()
1056 avkey.specified = AVTAB_XPERMS; in security_compute_xperms_decision()
1061 avkey.source_type = i + 1; in security_compute_xperms_decision()
1062 avkey.target_type = j + 1; in security_compute_xperms_decision()
1064 &avkey); in security_compute_xperms_decision()
1066 node = avtab_search_node_next(node, avkey.specified)) in security_compute_xperms_decision()
1070 &avkey, xpermd); in security_compute_xperms_decision()
1650 struct avtab_key avkey; in security_compute_sid() local
1749 avkey.source_type = scontext->type; in security_compute_sid()
1750 avkey.target_type = tcontext->type; in security_compute_sid()
1751 avkey.target_class = tclass; in security_compute_sid()
1752 avkey.specified = specified; in security_compute_sid()
1753 avdatum = avtab_search(&policydb->te_avtab, &avkey); in security_compute_sid()
1757 node = avtab_search_node(&policydb->te_cond_avtab, &avkey); in security_compute_sid()