Home
last modified time | relevance | path

Searched refs:dom (Results 1 – 5 of 5) sorted by relevance

/net/tipc/
Dmonitor.c109 static int dom_rec_len(struct tipc_mon_domain *dom, u16 mcnt) in dom_rec_len() argument
111 return ((void *)&dom->members - (void *)dom) + (mcnt * sizeof(u32)); in dom_rec_len()
218 struct tipc_mon_domain *dom = peer->domain; in mon_apply_domain() local
223 if (!dom || !peer->is_up) in mon_apply_domain()
229 for (i = 0; i < dom->member_cnt; i++) { in mon_apply_domain()
230 addr = dom->members[i]; in mon_apply_domain()
244 struct tipc_mon_domain *dom = self->domain; in mon_update_local_domain() local
246 u64 prev_up_map = dom->up_map; in mon_update_local_domain()
255 dom->len = dom_rec_len(dom, member_cnt); in mon_update_local_domain()
256 diff = dom->member_cnt != member_cnt; in mon_update_local_domain()
[all …]
/net/sunrpc/
Dsvcauth.c153 struct auth_domain *dom = container_of(kref, struct auth_domain, ref); in auth_domain_release() local
155 hlist_del_rcu(&dom->hash); in auth_domain_release()
156 dom->flavour->domain_release(dom); in auth_domain_release()
160 void auth_domain_put(struct auth_domain *dom) in auth_domain_put() argument
162 kref_put_lock(&dom->ref, auth_domain_release, &auth_domain_lock); in auth_domain_put()
Dsvcauth_unix.c43 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_unix_domain_release_rcu() local
44 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release_rcu()
46 kfree(dom->name); in svcauth_unix_domain_release_rcu()
50 static void svcauth_unix_domain_release(struct auth_domain *dom) in svcauth_unix_domain_release() argument
52 call_rcu(&dom->rcu_head, svcauth_unix_domain_release_rcu); in svcauth_unix_domain_release()
194 struct auth_domain *dom; in ip_map_parse() local
236 dom = unix_domain_find(buf); in ip_map_parse()
237 if (dom == NULL) in ip_map_parse()
240 dom = NULL; in ip_map_parse()
246 container_of(dom, struct unix_domain, h), in ip_map_parse()
[all …]
/net/sunrpc/auth_gss/
Dgss_mech_switch.c64 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()
Dsvcauth_gss.c822 u32 svcauth_gss_flavor(struct auth_domain *dom) in svcauth_gss_flavor() argument
824 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_flavor()
1891 struct auth_domain *dom = container_of(head, struct auth_domain, rcu_head); in svcauth_gss_domain_release_rcu() local
1892 struct gss_domain *gd = container_of(dom, struct gss_domain, h); in svcauth_gss_domain_release_rcu()
1894 kfree(dom->name); in svcauth_gss_domain_release_rcu()
1899 svcauth_gss_domain_release(struct auth_domain *dom) in svcauth_gss_domain_release() argument
1901 call_rcu(&dom->rcu_head, svcauth_gss_domain_release_rcu); in svcauth_gss_domain_release()