Home
last modified time | relevance | path

Searched refs:aa_proxy (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/security/apparmor/include/
Dlabel.h103 struct aa_proxy { struct
127 struct aa_proxy *proxy; argument
281 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp);
448 struct aa_proxy *aa_alloc_proxy(struct aa_label *l, gfp_t gfp);
451 static inline struct aa_proxy *aa_get_proxy(struct aa_proxy *proxy) in aa_get_proxy()
459 static inline void aa_put_proxy(struct aa_proxy *proxy) in aa_put_proxy()
Dpolicy.h182 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
/linux-6.1.9/security/apparmor/
Dlabel.c42 static void free_proxy(struct aa_proxy *proxy) in free_proxy()
55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, count); in aa_proxy_kref()
60 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy()
62 struct aa_proxy *new; in aa_alloc_proxy()
64 new = kzalloc(sizeof(struct aa_proxy), gfp); in aa_alloc_proxy()
90 struct aa_proxy *proxy = new->proxy; in __proxy_share()
339 label->proxy = (struct aa_proxy *) PROXY_POISON + 1; in aa_label_destroy()
424 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) in aa_label_alloc()
Dapparmorfs.c1049 struct aa_proxy *proxy = aa_get_proxy(inode->i_private); in seq_profile_open()
1070 struct aa_proxy *proxy = seq->private; in seq_profile_name_show()
1081 struct aa_proxy *proxy = seq->private; in seq_profile_mode_show()
1092 struct aa_proxy *proxy = seq->private; in seq_profile_attach_show()
1108 struct aa_proxy *proxy = seq->private; in seq_profile_hash_show()
1524 struct aa_proxy *proxy; in __aafs_profile_rmdir()
1560 struct aa_proxy *proxy = aa_get_proxy(profile->label.proxy); in create_profile_file()
1618 struct aa_proxy *proxy = inode->i_private; in rawdata_get_link_base()
Dpolicy.c257 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile()