Home
last modified time | relevance | path

Searched refs:group_info (Results 1 – 6 of 6) sorted by relevance

/net/sunrpc/
A Dauth_unix.c91 if (acred->cred->group_info != NULL) in unx_match()
92 groups = acred->cred->group_info->ngroups; in unx_match()
95 if (cred->cr_cred->group_info == NULL) in unx_match()
97 if (groups != cred->cr_cred->group_info->ngroups) in unx_match()
101 if (!gid_eq(cred->cr_cred->group_info->gid[i], acred->cred->group_info->gid[i])) in unx_match()
117 struct group_info *gi = cred->cr_cred->group_info; in unx_marshal()
A Dsvcauth.c198 if (cred->group_info) in svcauth_map_clnt_to_svc_cred_local()
199 svc->cr_group_info = get_group_info(cred->group_info); in svcauth_map_clnt_to_svc_cred_local()
A Dsvcauth_unix.c411 struct group_info *gi;
642 static struct group_info *unix_gid_find(kuid_t uid, struct svc_rqst *rqstp) in unix_gid_find()
645 struct group_info *gi; in unix_gid_find()
674 struct group_info *gi; in svcauth_unix_set_client()
/net/netfilter/
A Dxt_owner.c102 struct group_info *gi = filp->f_cred->group_info; in owner_mt()
/net/ipv4/
A Dping.c256 struct group_info *group_info; in ping_init_sock() local
268 group_info = get_current_groups(); in ping_init_sock()
269 for (i = 0; i < group_info->ngroups; i++) { in ping_init_sock()
270 kgid_t gid = group_info->gid[i]; in ping_init_sock()
279 put_group_info(group_info); in ping_init_sock()
/net/core/
A Dsock.c1704 static int groups_to_user(sockptr_t dst, const struct group_info *src) in groups_to_user()
1955 n = cred->group_info->ngroups; in sk_getsockopt()
1963 ret = groups_to_user(optval, cred->group_info); in sk_getsockopt()

Completed in 21 milliseconds