Home
last modified time | relevance | path

Searched refs:lh (Results 1 – 3 of 3) sorted by relevance

/security/apparmor/
Dpolicy.c705 static struct aa_profile *__list_lookup_parent(struct list_head *lh, in __list_lookup_parent() argument
717 list_for_each_entry(ent, lh, list) { in __list_lookup_parent()
746 LIST_HEAD(lh); in __replace_profile()
747 list_splice_init_rcu(&old->base.profiles, &lh, synchronize_rcu); in __replace_profile()
749 list_for_each_entry_safe(child, tmp, &lh, base.list) { in __replace_profile()
866 LIST_HEAD(lh); in aa_replace_profiles()
871 error = aa_unpack(udata, &lh, &ns_name); in aa_replace_profiles()
881 list_for_each_entry(ent, &lh, list) { in aa_replace_profiles()
929 list_for_each_entry(ent, &lh, list) { in aa_replace_profiles()
957 p = __list_lookup_parent(&lh, ent->new); in aa_replace_profiles()
[all …]
Dpolicy_unpack.c1174 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, in aa_unpack() argument
1219 list_add_tail(&ent->list, lh); in aa_unpack()
1239 list_for_each_entry_safe(ent, tmp, lh, list) { in aa_unpack()
/security/apparmor/include/
Dpolicy_unpack.h78 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, const char **ns);