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

/linux-4.1.27/security/apparmor/include/
H A Dpolicy_unpack.h20 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);
/linux-4.1.27/security/apparmor/
H A Dpolicy_unpack.c718 void aa_load_ent_free(struct aa_load_ent *ent) aa_load_ent_free()
728 struct aa_load_ent *aa_load_ent_alloc(void) aa_load_ent_alloc()
730 struct aa_load_ent *ent = kzalloc(sizeof(*ent), GFP_KERNEL); aa_load_ent_alloc()
751 struct aa_load_ent *tmp, *ent; aa_unpack()
H A Dpolicy.c946 struct aa_load_ent *ent; __list_lookup_parent()
1072 struct aa_load_ent *ent, *tmp; aa_replace_profiles()

Completed in 117 milliseconds