Searched refs:dom (Results 1 – 3 of 3) sorted by relevance
/net/sunrpc/ |
D | svcauth.c | 128 void auth_domain_put(struct auth_domain *dom) in auth_domain_put() argument 130 if (atomic_dec_and_lock(&dom->ref.refcount, &auth_domain_lock)) { in auth_domain_put() 131 hlist_del(&dom->hash); in auth_domain_put() 132 dom->flavour->domain_release(dom); in auth_domain_put()
|
D | svcauth_unix.c | 40 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release() argument 42 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release() 44 kfree(dom->name); in svcauth_unix_domain_release() 181 struct auth_domain *dom; in ip_map_parse() local 223 dom = unix_domain_find(buf); in ip_map_parse() 224 if (dom == NULL) in ip_map_parse() 227 dom = NULL; in ip_map_parse() 233 container_of(dom, struct unix_domain, h), in ip_map_parse() 238 if (dom) in ip_map_parse() 239 auth_domain_put(dom); in ip_map_parse() [all …]
|
/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 763 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor() argument 765 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_flavor() 1744 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release() argument 1746 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_domain_release() 1748 kfree(dom->name); in svcauth_gss_domain_release()
|