Searched refs:aa_alloc_null (Results 1 – 3 of 3) sorted by relevance
| /linux/security/apparmor/include/ |
| H A D | policy.h | 272 struct aa_profile *aa_alloc_null(struct aa_profile *parent, const char *name,
|
| /linux/security/apparmor/ |
| H A D | policy.c | 533 profile = aa_alloc_null(parent, name, gfp); in __create_missing_ancestors() 646 struct aa_profile *aa_alloc_null(struct aa_profile *parent, const char *name, in aa_alloc_null() function 726 profile = aa_alloc_null(parent, name, gfp); in aa_new_learning_profile()
|
| H A D | policy_ns.c | 87 profile = aa_alloc_null(NULL, name, GFP_KERNEL); in alloc_unconfined()
|