Lines Matching refs:avkey

626 	struct avtab_key avkey;  in context_struct_compute_av()  local
653 avkey.target_class = tclass; in context_struct_compute_av()
654 avkey.specified = AVTAB_AV | AVTAB_XPERMS; in context_struct_compute_av()
659 avkey.source_type = i + 1; in context_struct_compute_av()
660 avkey.target_type = j + 1; in context_struct_compute_av()
662 &avkey); in context_struct_compute_av()
664 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
676 cond_compute_av(&policydb->te_cond_avtab, &avkey, in context_struct_compute_av()
1025 struct avtab_key avkey; in security_compute_xperms_decision() local
1072 avkey.target_class = tclass; in security_compute_xperms_decision()
1073 avkey.specified = AVTAB_XPERMS; in security_compute_xperms_decision()
1078 avkey.source_type = i + 1; in security_compute_xperms_decision()
1079 avkey.target_type = j + 1; in security_compute_xperms_decision()
1081 &avkey); in security_compute_xperms_decision()
1083 node = avtab_search_node_next(node, avkey.specified)) in security_compute_xperms_decision()
1087 &avkey, xpermd); in security_compute_xperms_decision()
1738 struct avtab_key avkey; in security_compute_sid() local
1844 avkey.source_type = scontext->type; in security_compute_sid()
1845 avkey.target_type = tcontext->type; in security_compute_sid()
1846 avkey.target_class = tclass; in security_compute_sid()
1847 avkey.specified = specified; in security_compute_sid()
1848 avdatum = avtab_search(&policydb->te_avtab, &avkey); in security_compute_sid()
1852 node = avtab_search_node(&policydb->te_cond_avtab, &avkey); in security_compute_sid()