Searched refs:aa_alloc_null (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/security/apparmor/ |
D | policy_ns.c | 87 profile = aa_alloc_null(NULL, name, GFP_KERNEL); in alloc_unconfined()
|
D | policy.c | 499 profile = aa_alloc_null(parent, name, gfp); in __create_missing_ancestors() 617 struct aa_profile *aa_alloc_null(struct aa_profile *parent, const char *name, in aa_alloc_null() function 694 profile = aa_alloc_null(parent, name, gfp); in aa_new_learning_profile()
|
/linux-6.12.1/security/apparmor/include/ |
D | policy.h | 259 struct aa_profile *aa_alloc_null(struct aa_profile *parent, const char *name,
|