Lines Matching defs:proxy
369 * @proxy: proxy to use OR null if to allocate a new one
374 struct aa_profile *aa_alloc_profile(const char *hname, struct aa_proxy *proxy,
399 if (!proxy) {
400 proxy = aa_alloc_proxy(&profile->label, gfp);
401 if (!proxy)
404 aa_get_proxy(proxy);
405 profile->label.proxy = proxy;
1350 /* break refcount cycle with proxy. */
1351 aa_put_proxy(ent->new->label.proxy);
1352 ent->new->label.proxy = NULL;