Searched refs:ngroups (Results 1 – 8 of 8) sorted by relevance
92 groups = acred->cred->group_info->ngroups; in unx_match()97 if (groups != cred->cr_cred->group_info->ngroups) in unx_match()140 for (i = 0; i < UNX_NGROUPS && i < gi->ngroups; i++) in unx_marshal()
574 glen = ug->gi->ngroups; in unix_gid_show()
543 if (i < NLGRPLONGS(nlk_sk(sk)->ngroups)) in netlink_update_listeners()744 for (i = 0; i < nlk->ngroups; i++) in netlink_release()939 if (nlk->ngroups >= groups) in netlink_realloc_groups()947 memset((char *)new_groups + NLGRPSZ(nlk->ngroups), 0, in netlink_realloc_groups()948 NLGRPSZ(groups) - NLGRPSZ(nlk->ngroups)); in netlink_realloc_groups()951 nlk->ngroups = groups; in netlink_realloc_groups()998 if (nlk->ngroups < BITS_PER_LONG) in netlink_bind()999 groups &= (1UL << nlk->ngroups) - 1; in netlink_bind()1433 if (nlk->portid == p->portid || p->group - 1 >= nlk->ngroups || in do_one_broadcast()1672 if (!val || val - 1 >= nlk->ngroups) in netlink_setsockopt()[all …]
32 u32 ngroups; member
19 return nla_put(nlskb, NETLINK_DIAG_GROUPS, NLGRPSZ(nlk->ngroups), in sk_diag_dump_groups()
109 for (i = 0; i < gi->ngroups; ++i) { in owner_mt()
269 for (i = 0; i < group_info->ngroups; i++) { in ping_init_sock()
1709 for (i = 0; i < src->ngroups; i++) { in groups_to_user()1955 n = cred->group_info->ngroups; in sk_getsockopt()
Completed in 26 milliseconds