Lines Matching refs:proxy
257 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy,
274 if (!proxy) {
275 proxy = aa_alloc_proxy(&profile->label, gfp);
276 if (!proxy)
279 aa_get_proxy(proxy);
280 profile->label.proxy = proxy;
732 * @share_proxy: transfer @old->proxy to @new
1010 /* break refcount cycle with proxy. */
1011 aa_put_proxy(ent->new->label.proxy);
1012 ent->new->label.proxy = NULL;