Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/include/
Dpolicy_unpack.h20 struct aa_load_ent { struct
28 void aa_load_ent_free(struct aa_load_ent *ent); argument
29 struct aa_load_ent *aa_load_ent_alloc(void);
/linux-6.12.1/security/apparmor/
Dpolicy_unpack.c1282 void aa_load_ent_free(struct aa_load_ent *ent) in aa_load_ent_free()
1293 struct aa_load_ent *aa_load_ent_alloc(void) in aa_load_ent_alloc()
1295 struct aa_load_ent *ent = kzalloc(sizeof(*ent), GFP_KERNEL); in aa_load_ent_alloc()
1413 struct aa_load_ent *tmp, *ent; in aa_unpack()
Dpolicy.c911 struct aa_load_ent *ent; in __list_lookup_parent()
1062 struct aa_load_ent *ent, *tmp; in aa_replace_profiles()