Home
last modified time | relevance | path

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

/security/apparmor/
Dpolicy.c704 static struct aa_profile *__list_lookup_parent(struct list_head *lh, in __list_lookup_parent() argument
716 list_for_each_entry(ent, lh, list) { in __list_lookup_parent()
745 LIST_HEAD(lh); in __replace_profile()
746 list_splice_init_rcu(&old->base.profiles, &lh, synchronize_rcu); in __replace_profile()
748 list_for_each_entry_safe(child, tmp, &lh, base.list) { in __replace_profile()
865 LIST_HEAD(lh); in aa_replace_profiles()
870 error = aa_unpack(udata, &lh, &ns_name); in aa_replace_profiles()
880 list_for_each_entry(ent, &lh, list) { in aa_replace_profiles()
928 list_for_each_entry(ent, &lh, list) { in aa_replace_profiles()
956 p = __list_lookup_parent(&lh, ent->new); in aa_replace_profiles()
[all …]
Dpolicy_unpack.c1054 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, in aa_unpack() argument
1099 list_add_tail(&ent->list, lh); in aa_unpack()
1116 list_for_each_entry_safe(ent, tmp, lh, list) { in aa_unpack()
/security/apparmor/include/
Dpolicy_unpack.h72 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, const char **ns);