Searched refs:dom (Results 1 – 5 of 5) sorted by relevance
| /net/tipc/ |
| A D | monitor.c | 285 dom->len = dom_rec_len(dom, member_cnt); in mon_update_local_domain() 465 kfree(dom); in tipc_mon_peer_down() 539 if (dom) in tipc_mon_rcv() 540 memcpy(&dom_bef, dom, dom->len); in tipc_mon_rcv() 543 if (!dom || (dom->len < new_dlen)) { in tipc_mon_rcv() 544 kfree(dom); in tipc_mon_rcv() 547 if (!dom) in tipc_mon_rcv() 659 dom = kzalloc(sizeof(*dom), GFP_ATOMIC); in tipc_mon_create() 663 kfree(dom); in tipc_mon_create() 775 if (dom) { in __tipc_nl_add_monitor_peer() [all …]
|
| /net/sunrpc/ |
| A D | svcauth.c | 224 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release() local 226 hlist_del_rcu(&dom->hash); in auth_domain_release() 227 dom->flavour->domain_release(dom); in auth_domain_release() 231 void auth_domain_put(struct auth_domain *dom) in auth_domain_put() argument 233 kref_put_lock(&dom->ref, auth_domain_release, &auth_domain_lock); in auth_domain_put()
|
| A D | svcauth_unix.c | 48 kfree(dom->name); in svcauth_unix_domain_release_rcu() 196 struct auth_domain *dom; in ip_map_parse() local 238 dom = unix_domain_find(buf); in ip_map_parse() 239 if (dom == NULL) in ip_map_parse() 242 dom = NULL; in ip_map_parse() 248 container_of(dom, struct unix_domain, h), in ip_map_parse() 253 if (dom) in ip_map_parse() 254 auth_domain_put(dom); in ip_map_parse() 266 char *dom = "-no-domain-"; in ip_map_show() local 278 dom = im->m_client->h.name; in ip_map_show() [all …]
|
| /net/sunrpc/auth_gss/ |
| A D | gss_mech_switch.c | 63 struct auth_domain *dom; in gss_mech_svc_setup() local 73 dom = svcauth_gss_register_pseudoflavor( in gss_mech_svc_setup() 75 if (IS_ERR(dom)) { in gss_mech_svc_setup() 76 status = PTR_ERR(dom); in gss_mech_svc_setup() 79 pf->domain = dom; in gss_mech_svc_setup()
|
| A D | svcauth_gss.c | 801 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor() argument 803 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_flavor() 1989 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu() local 1990 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_domain_release_rcu() 1992 kfree(dom->name); in svcauth_gss_domain_release_rcu() 1997 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release() argument 1999 call_rcu(&dom->rcu_head, svcauth_gss_domain_release_rcu); in svcauth_gss_domain_release()
|
Completed in 18 milliseconds