Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dlabel.h104 struct aa_proxy { struct
131 struct aa_proxy *proxy;
269 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp);
440 struct aa_proxy *aa_alloc_proxy(struct aa_label *l, gfp_t gfp);
443 static inline struct aa_proxy *aa_get_proxy(struct aa_proxy *proxy) in aa_get_proxy()
451 static inline void aa_put_proxy(struct aa_proxy *proxy) in aa_put_proxy()
H A Dpolicy.h294 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
/linux/security/apparmor/
H A Dlabel.c42 static void free_proxy(struct aa_proxy *proxy) in free_proxy()
55 struct aa_proxy *proxy = container_of(kref, struct aa_proxy, in aa_proxy_kref()
61 struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp) in aa_alloc_proxy()
63 struct aa_proxy *new; in aa_alloc_proxy()
65 new = kzalloc_obj(struct aa_proxy, gfp); in aa_alloc_proxy()
92 struct aa_proxy *proxy = new->proxy; in __proxy_share()
347 label->proxy = (struct aa_proxy *) PROXY_POISON + 1; in aa_label_destroy()
434 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp) in aa_label_alloc()
H A Dapparmorfs.c169 static struct aa_proxy *get_proxy_common_ref(struct aa_common_ref *ref) in get_proxy_common_ref()
172 return aa_get_proxy(container_of(ref, struct aa_proxy, count)); in get_proxy_common_ref()
196 aa_put_proxy(container_of(ref, struct aa_proxy, in aa_put_common_ref()
1143 struct aa_proxy *proxy = get_proxy_common_ref(inode->i_private); in seq_profile_open()
1164 struct aa_proxy *proxy = seq->private; in seq_profile_name_show()
1175 struct aa_proxy *proxy = seq->private; in seq_profile_mode_show()
1186 struct aa_proxy *proxy = seq->private; in seq_profile_attach_show()
1202 struct aa_proxy *proxy = seq->private; in seq_profile_hash_show()
1707 struct aa_proxy *proxy = container_of(ref, struct aa_proxy, count); in rawdata_get_link_base()
H A Dpolicy.c367 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy, in aa_alloc_profile()