Searched refs:dom (Results 1 – 5 of 5) sorted by relevance
/net/tipc/ |
D | monitor.c | 139 static int dom_rec_len(struct tipc_mon_domain *dom, u16 mcnt) in dom_rec_len() argument 248 struct tipc_mon_domain *dom = peer->domain; in mon_apply_domain() local 253 if (!dom || !peer->is_up) in mon_apply_domain() 259 for (i = 0; i < dom->member_cnt; i++) { in mon_apply_domain() 260 addr = dom->members[i]; in mon_apply_domain() 274 struct tipc_mon_domain *dom = self->domain; in mon_update_local_domain() local 276 u64 prev_up_map = dom->up_map; in mon_update_local_domain() 285 dom->len = dom_rec_len(dom, member_cnt); in mon_update_local_domain() 286 diff = dom->member_cnt != member_cnt; in mon_update_local_domain() 287 dom->member_cnt = member_cnt; in mon_update_local_domain() [all …]
|
/net/sunrpc/ |
D | svcauth.c | 181 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release() local 183 hlist_del_rcu(&dom->hash); in auth_domain_release() 184 dom->flavour->domain_release(dom); in auth_domain_release() 188 void auth_domain_put(struct auth_domain *dom) in auth_domain_put() argument 190 kref_put_lock(&dom->ref, auth_domain_release, &auth_domain_lock); in auth_domain_put()
|
D | svcauth_unix.c | 45 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_unix_domain_release_rcu() local 46 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release_rcu() 48 kfree(dom->name); in svcauth_unix_domain_release_rcu() 52 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release() argument 54 call_rcu(&dom->rcu_head, svcauth_unix_domain_release_rcu); in svcauth_unix_domain_release() 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() [all …]
|
/net/sunrpc/auth_gss/ |
D | gss_mech_switch.c | 64 struct auth_domain *dom; in gss_mech_svc_setup() local 74 dom = svcauth_gss_register_pseudoflavor( in gss_mech_svc_setup() 76 if (IS_ERR(dom)) { in gss_mech_svc_setup() 77 status = PTR_ERR(dom); in gss_mech_svc_setup() 80 pf->domain = dom; in gss_mech_svc_setup()
|
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() 1998 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu() local 1999 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_domain_release_rcu() 2001 kfree(dom->name); in svcauth_gss_domain_release_rcu() 2006 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release() argument 2008 call_rcu(&dom->rcu_head, svcauth_gss_domain_release_rcu); in svcauth_gss_domain_release()
|