Searched refs:groups (Results 1 - 16 of 16) sorted by relevance

/net/sunrpc/
H A Dauth_unix.c64 unsigned int groups = 0; local
78 groups = acred->group_info->ngroups;
79 if (groups > NFS_NGROUPS)
80 groups = NFS_NGROUPS;
83 for (i = 0; i < groups; i++)
120 unsigned int groups = 0; local
128 groups = acred->group_info->ngroups;
129 if (groups > NFS_NGROUPS)
130 groups = NFS_NGROUPS;
131 for (i = 0; i < groups ;
[all...]
/net/netlink/
H A Daf_netlink.h32 unsigned long *groups; member in struct:netlink_sock
72 unsigned int groups; member in struct:netlink_table
H A Daf_netlink.c799 WARN_ON(nlk_sk(sk)->groups);
965 for (i = 0; i < NLGRPLONGS(tbl->groups); i++) {
969 mask |= nlk_sk(sk)->groups[i];
1172 kfree(nlk->groups);
1173 nlk->groups = NULL;
1243 unsigned int groups; local
1249 groups = nl_table[sk->sk_protocol].groups;
1255 if (nlk->ngroups >= groups)
1258 new_groups = krealloc(nlk->groups, NLGRPS
2238 unsigned int groups; local
2315 __netlink_change_ngroups(struct sock *sk, unsigned int groups) argument
2350 netlink_change_ngroups(struct sock *sk, unsigned int groups) argument
2864 int groups = 32; local
[all...]
H A Ddiag.c49 if (nlk->groups == NULL)
53 nlk->groups);
/net/mac80211/
H A Drc80211_minstrel_ht.c90 * groups, based on the number of streams and flags (HT40, SGI) that they
160 if (!(mi->groups[group].supported & BIT(idx)))
163 return &mi->groups[group].rates[idx];
169 return &mi->groups[index / MCS_GROUP_RATES].rates[index % MCS_GROUP_RATES];
210 mr = &mi->groups[group].rates[rate];
270 mg = &mi->groups[group];
332 mg = &mi->groups[group];
356 mg = &mi->groups[group];
398 mg = &mi->groups[mi->sample_group];
422 if (!mi->groups[grou
[all...]
H A Drc80211_minstrel_ht_debugfs.c27 if (!mi->groups[i].supported)
37 struct minstrel_rate_stats *mr = &mi->groups[i].rates[j];
41 if (!(mi->groups[i].supported & BIT(j)))
H A Drc80211_minstrel_ht.h112 struct minstrel_mcs_group_data groups[MINSTREL_MAX_STREAMS * MINSTREL_STREAM_GROUPS + 1]; member in struct:minstrel_ht_sta
/net/decnet/netfilter/
H A Ddn_rtmsg.c129 .groups = DNRNG_NLGRP_MAX,
/net/core/
H A Dnet-sysfs.c1260 const struct attribute_group **groups = net->sysfs_groups; local
1266 dev->groups = groups;
1272 if (*groups)
1273 groups++;
1275 *groups++ = &netstat_group;
1279 *groups++ = &wireless_group;
1282 *groups++ = &wireless_group;
H A Drtnetlink.c2702 .groups = RTNLGRP_MAX,
/net/netfilter/
H A Dnfnetlink.c246 .groups = NFNLGRP_MAX,
/net/sched/
H A Dsch_qfq.c51 number of groups. Which group a class belongs to depends on the
54 schedules groups, then aggregates within groups, then classes within
77 From this, and knowing how many groups (MAX_INDEX) we want,
194 struct qfq_group groups[QFQ_MAX_INDEX + 1]; /* The groups. */ member in struct:qfq_sched
312 agg->grp = &q->groups[i];
749 return &q->groups[index];
1139 * the ordering in EB (see [2]). So, if we have groups in ER,
1429 grp = &q->groups[
[all...]
/net/bluetooth/
H A Dhci_sysfs.c88 .groups = bt_link_groups,
395 .groups = bt_host_groups,
/net/bridge/netfilter/
H A Debt_ulog.c307 .groups = EBT_ULOG_MAXNLGROUPS,
/net/ipv4/netfilter/
H A Dipt_ULOG.c406 .groups = ULOG_MAXNLGROUPS,
/net/xfrm/
H A Dxfrm_user.c3004 .groups = XFRMNLGRP_MAX,

Completed in 159 milliseconds