Home
last modified time | relevance | path

Searched refs:groups_to_user (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/kernel/
Dgroups.c42 static int groups_to_user(gid_t __user *grouplist, in groups_to_user() function
168 if (groups_to_user(grouplist, cred->group_info)) { in SYSCALL_DEFINE2()
/Linux-v5.10/net/core/
Dsock.c1264 static int groups_to_user(gid_t __user *dst, const struct group_info *src) in groups_to_user() function
1443 ret = groups_to_user((gid_t __user *)optval, in sock_getsockopt()