Home | History | Annotate | Download | only in src

Lines Matching defs:aeref

369  * @aeref:  AVC entry reference
375 * then this function updates @aeref to refer to the
380 access_vector_t requested, struct avc_entry_ref *aeref)
391 aeref->ae = &node->ae;
407 * @aeref: AVC entry reference
417 * @aeref to refer to the entry, and returns %0.
422 struct avc_entry *ae, struct avc_entry_ref *aeref)
447 aeref->ae = &node->ae;
695 struct avc_entry_ref *aeref, struct av_decision *avd)
707 if (!aeref) {
709 aeref = &ref;
714 ae = aeref->ae;
730 rc = avc_lookup(ssid, tsid, tclass, requested, aeref);
737 rc = avc_insert(ssid, tsid, tclass, &entry, aeref);
741 ae = aeref->ae;
768 struct avc_entry_ref *aeref, void *auditdata)
775 rc = avc_has_perm_noaudit(ssid, tsid, tclass, requested, aeref, &avd);
786 struct avc_entry_ref aeref;
791 avc_entry_ref_init(&aeref);
796 rc = avc_lookup(ssid, tsid, tclass, 0, &aeref);
803 rc = avc_insert(ssid, tsid, tclass, &entry, &aeref);
809 if (!aeref.ae->create_sid) {
820 aeref.ae->create_sid = *newsid;
823 *newsid = aeref.ae->create_sid;