Lines Matching full:aeref
365 * @aeref: AVC entry reference
371 * then this function updates @aeref to refer to the
376 access_vector_t requested, struct avc_entry_ref *aeref)
387 aeref->ae = &node->ae;
403 * @aeref: AVC entry reference
413 * @aeref to refer to the entry, and returns %0.
418 struct avc_entry *ae, struct avc_entry_ref *aeref)
439 aeref->ae = &node->ae;
687 struct avc_entry_ref *aeref, struct av_decision *avd)
699 if (!aeref) {
701 aeref = &ref;
706 ae = aeref->ae;
722 rc = avc_lookup(ssid, tsid, tclass, requested, aeref);
729 rc = avc_insert(ssid, tsid, tclass, &entry, aeref);
733 ae = aeref->ae;
760 struct avc_entry_ref *aeref, void *auditdata)
767 rc = avc_has_perm_noaudit(ssid, tsid, tclass, requested, aeref, &avd);
778 struct avc_entry_ref aeref;
783 avc_entry_ref_init(&aeref);
788 rc = avc_lookup(ssid, tsid, tclass, 0, &aeref);
795 rc = avc_insert(ssid, tsid, tclass, &entry, &aeref);
801 if (!aeref.ae->create_sid) {
812 aeref.ae->create_sid = *newsid;
815 *newsid = aeref.ae->create_sid;