aa_proxy
struct aa_proxy *proxy = get_proxy_common_ref(inode->i_private);
struct aa_proxy *proxy = seq->private;
struct aa_proxy *proxy = seq->private;
struct aa_proxy *proxy = seq->private;
struct aa_proxy *proxy = seq->private;
static struct aa_proxy *get_proxy_common_ref(struct aa_common_ref *ref)
struct aa_proxy *proxy = container_of(ref, struct aa_proxy, count);
return aa_get_proxy(container_of(ref, struct aa_proxy, count));
aa_put_proxy(container_of(ref, struct aa_proxy,
struct aa_proxy *proxy;
struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp);
struct aa_proxy *aa_alloc_proxy(struct aa_label *l, gfp_t gfp);
static inline struct aa_proxy *aa_get_proxy(struct aa_proxy *proxy)
static inline void aa_put_proxy(struct aa_proxy *proxy)
struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
label->proxy = (struct aa_proxy *) PROXY_POISON + 1;
static void free_proxy(struct aa_proxy *proxy)
struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp)
struct aa_proxy *proxy = container_of(kref, struct aa_proxy,
struct aa_proxy *aa_alloc_proxy(struct aa_label *label, gfp_t gfp)
struct aa_proxy *new;
new = kzalloc_obj(struct aa_proxy, gfp);
struct aa_proxy *proxy = new->proxy;
struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy,