Searched refs:lh (Results 1 – 3 of 3) sorted by relevance
| /security/apparmor/ |
| A D | policy.c | 950 list_for_each_entry(ent, lh, list) { in __list_lookup_parent() 978 LIST_HEAD(lh); in __replace_profile() 1098 LIST_HEAD(lh); in aa_replace_profiles() 1113 list_for_each_entry(ent, &lh, list) { in aa_replace_profiles() 1163 list_for_each_entry(ent, &lh, list) { in aa_replace_profiles() 1233 list_for_each_entry(ent, &lh, list) { in aa_replace_profiles() 1282 struct list_head *lh; in aa_replace_profiles() local 1288 lh = &parent->base.profiles; in aa_replace_profiles() 1290 lh = &ns->base.profiles; in aa_replace_profiles() 1291 __add_profile(lh, ent->new); in aa_replace_profiles() [all …]
|
| A D | policy_unpack.c | 1456 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, in aa_unpack() argument 1502 list_add_tail(&ent->list, lh); in aa_unpack() 1526 list_for_each_entry_safe(ent, tmp, lh, list) { in aa_unpack()
|
| /security/apparmor/include/ |
| A D | policy_unpack.h | 119 int aa_unpack(struct aa_loaddata *udata, struct list_head *lh, const char **ns);
|
Completed in 11 milliseconds