Lines Matching refs:avkey

628 	struct avtab_key avkey;  in context_struct_compute_av()  local
655 avkey.target_class = tclass; in context_struct_compute_av()
656 avkey.specified = AVTAB_AV | AVTAB_XPERMS; in context_struct_compute_av()
665 avkey.source_type = i + 1; in context_struct_compute_av()
666 avkey.target_type = j + 1; in context_struct_compute_av()
668 &avkey); in context_struct_compute_av()
670 node = avtab_search_node_next(node, avkey.specified)) { in context_struct_compute_av()
682 cond_compute_av(&policydb->te_cond_avtab, &avkey, in context_struct_compute_av()
1020 struct avtab_key avkey; in security_compute_xperms_decision() local
1066 avkey.target_class = tclass; in security_compute_xperms_decision()
1067 avkey.specified = AVTAB_XPERMS; in security_compute_xperms_decision()
1076 avkey.source_type = i + 1; in security_compute_xperms_decision()
1077 avkey.target_type = j + 1; in security_compute_xperms_decision()
1079 &avkey); in security_compute_xperms_decision()
1081 node = avtab_search_node_next(node, avkey.specified)) in security_compute_xperms_decision()
1085 &avkey, xpermd); in security_compute_xperms_decision()
1642 struct avtab_key avkey; in security_compute_sid() local
1741 avkey.source_type = scontext->type; in security_compute_sid()
1742 avkey.target_type = tcontext->type; in security_compute_sid()
1743 avkey.target_class = tclass; in security_compute_sid()
1744 avkey.specified = specified; in security_compute_sid()
1745 avdatum = avtab_search(&policydb->te_avtab, &avkey); in security_compute_sid()
1749 node = avtab_search_node(&policydb->te_cond_avtab, &avkey); in security_compute_sid()