Lines Matching defs:entry
411 * avc_lookup - Look up an AVC entry.
416 * @aeref: AVC entry reference
418 * Look up an AVC entry that is valid for the
421 * based on @tclass. If a valid AVC entry exists,
423 * entry and returns %0. Otherwise, -1 is returned.
449 * avc_insert - Insert an AVC entry.
453 * @ae: AVC entry
454 * @aeref: AVC entry reference
456 * Insert an AVC entry for the SID pair
463 * the access vectors into a cache entry, updates
464 * @aeref to refer to the entry, and returns %0.
752 struct avc_entry entry;
790 &entry.avd);
797 rc = avc_insert(ssid, tsid, tclass, &entry, aeref);
844 struct avc_entry entry;
852 /* check for a cached entry */
855 /* need to make a cache entry for this tuple */
857 tclass, 0, &entry.avd);
860 rc = avc_insert(ssid, tsid, tclass, &entry, &aeref);