Searched refs:oentry (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/
H A Daudit_watch.c251 struct audit_entry *oentry, *nentry; local
279 oentry = container_of(r, struct audit_entry, rule);
280 list_del(&oentry->rule.rlist);
281 list_del_rcu(&oentry->list);
283 nentry = audit_dupe_rule(&oentry->rule);
285 list_del(&oentry->rule.list);
291 * nentry->rule.watch == oentry->rule.watch so
300 list_replace(&oentry->rule.list,
303 if (oentry->rule.exe)
304 audit_remove_mark(oentry
[all...]
/linux-master/security/selinux/ss/
H A Dservices.c717 struct sidtab_entry *oentry,
727 if (sidtab_entry_to_string(p, sidtab, oentry, &o, &olen))
753 struct sidtab_entry *oentry; local
782 oentry = sidtab_search_entry(sidtab, oldsid);
783 if (!oentry) {
808 if (!constraint_expr_eval(policydb, &oentry->context,
815 oentry,
716 security_validtrans_handle_fail(struct selinux_policy *policy, struct sidtab_entry *oentry, struct sidtab_entry *nentry, struct sidtab_entry *tentry, u16 tclass) argument

Completed in 111 milliseconds