Home
last modified time | relevance | path

Searched refs:aa_load_ent (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/include/
H A Dpolicy_unpack.h19 struct aa_load_ent { struct
27 void aa_load_ent_free(struct aa_load_ent *ent);
28 struct aa_load_ent *aa_load_ent_alloc(void);
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dpolicy_unpack.h20 struct aa_load_ent { struct
28 void aa_load_ent_free(struct aa_load_ent *ent);
29 struct aa_load_ent *aa_load_ent_alloc(void);
/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy_unpack.c1044 void aa_load_ent_free(struct aa_load_ent *ent) in aa_load_ent_free()
1055 struct aa_load_ent *aa_load_ent_alloc(void) in aa_load_ent_alloc()
1057 struct aa_load_ent *ent = kzalloc(sizeof(*ent), GFP_KERNEL); in aa_load_ent_alloc()
1177 struct aa_load_ent *tmp, *ent; in aa_unpack()
H A Dpolicy.c710 struct aa_load_ent *ent; in __list_lookup_parent()
862 struct aa_load_ent *ent, *tmp; in aa_replace_profiles()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy_unpack.c1277 void aa_load_ent_free(struct aa_load_ent *ent) in aa_load_ent_free()
1288 struct aa_load_ent *aa_load_ent_alloc(void) in aa_load_ent_alloc()
1290 struct aa_load_ent *ent = kzalloc(sizeof(*ent), GFP_KERNEL); in aa_load_ent_alloc()
1408 struct aa_load_ent *tmp, *ent; in aa_unpack()
H A Dpolicy.c887 struct aa_load_ent *ent; in __list_lookup_parent()
1038 struct aa_load_ent *ent, *tmp; in aa_replace_profiles()

Completed in 7 milliseconds