Lines Matching refs:proxy
289 * @proxy: proxy to use OR null if to allocate a new one
294 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy,
319 if (!proxy) {
320 proxy = aa_alloc_proxy(&profile->label, gfp);
321 if (!proxy)
324 aa_get_proxy(proxy);
325 profile->label.proxy = proxy;
1209 /* break refcount cycle with proxy. */
1210 aa_put_proxy(ent->new->label.proxy);
1211 ent->new->label.proxy = NULL;