Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/
Dgroups.c37 static int groups_to_user(gid_t __user *grouplist, in groups_to_user() function
176 if (groups_to_user(grouplist, cred->group_info)) { in SYSCALL_DEFINE2()
/linux-6.6.21/net/core/
Dsock.c1589 static int groups_to_user(sockptr_t dst, const struct group_info *src) in groups_to_user() function
1827 ret = groups_to_user(optval, cred->group_info); in sk_getsockopt()