Searched refs:groups (Results 1 – 17 of 17) sorted by relevance
/net/sunrpc/ |
D | auth_unix.c | 64 unsigned int groups = 0; in unx_create_cred() local 78 groups = acred->group_info->ngroups; in unx_create_cred() 79 if (groups > NFS_NGROUPS) in unx_create_cred() 80 groups = NFS_NGROUPS; in unx_create_cred() 83 for (i = 0; i < groups; i++) in unx_create_cred() 120 unsigned int groups = 0; in unx_match() local 128 groups = acred->group_info->ngroups; in unx_match() 129 if (groups > NFS_NGROUPS) in unx_match() 130 groups = NFS_NGROUPS; in unx_match() 131 for (i = 0; i < groups ; i++) in unx_match() [all …]
|
/net/netlink/ |
D | af_netlink.c | 799 WARN_ON(nlk_sk(sk)->groups); in netlink_sock_destruct() 965 for (i = 0; i < NLGRPLONGS(tbl->groups); i++) { in netlink_update_listeners() 969 mask |= nlk_sk(sk)->groups[i]; in netlink_update_listeners() 1172 kfree(nlk->groups); in netlink_release() 1173 nlk->groups = NULL; in netlink_release() 1243 unsigned int groups; in netlink_realloc_groups() local 1249 groups = nl_table[sk->sk_protocol].groups; in netlink_realloc_groups() 1255 if (nlk->ngroups >= groups) in netlink_realloc_groups() 1258 new_groups = krealloc(nlk->groups, NLGRPSZ(groups), GFP_ATOMIC); in netlink_realloc_groups() 1264 NLGRPSZ(groups) - NLGRPSZ(nlk->ngroups)); in netlink_realloc_groups() [all …]
|
D | af_netlink.h | 32 unsigned long *groups; member 72 unsigned int groups; member
|
D | diag.c | 49 if (nlk->groups == NULL) in sk_diag_dump_groups() 53 nlk->groups); in sk_diag_dump_groups()
|
/net/mac80211/ |
D | rc80211_minstrel_ht.c | 160 if (!(mi->groups[group].supported & BIT(idx))) in minstrel_ht_get_stats() 163 return &mi->groups[group].rates[idx]; in minstrel_ht_get_stats() 169 return &mi->groups[index / MCS_GROUP_RATES].rates[index % MCS_GROUP_RATES]; in minstrel_get_ratestats() 210 mr = &mi->groups[group].rates[rate]; in minstrel_ht_calc_tp() 270 mg = &mi->groups[group]; in minstrel_ht_update_stats() 332 mg = &mi->groups[group]; in minstrel_ht_update_stats() 356 mg = &mi->groups[group]; in minstrel_ht_update_stats() 398 mg = &mi->groups[mi->sample_group]; in minstrel_next_sample_idx() 422 if (!mi->groups[group].supported) in minstrel_downgrade_rate() 430 *idx = mi->groups[group].max_tp_rate; in minstrel_downgrade_rate() [all …]
|
D | rc80211_minstrel_ht_debugfs.c | 27 if (!mi->groups[i].supported) in minstrel_ht_stats_dump() 37 struct minstrel_rate_stats *mr = &mi->groups[i].rates[j]; in minstrel_ht_stats_dump() 41 if (!(mi->groups[i].supported & BIT(j))) in minstrel_ht_stats_dump()
|
D | rc80211_minstrel_ht.h | 112 struct minstrel_mcs_group_data groups[MINSTREL_MAX_STREAMS * MINSTREL_STREAM_GROUPS + 1]; member
|
/net/core/ |
D | net-sysfs.c | 1260 const struct attribute_group **groups = net->sysfs_groups; in netdev_register_kobject() local 1266 dev->groups = groups; in netdev_register_kobject() 1272 if (*groups) in netdev_register_kobject() 1273 groups++; in netdev_register_kobject() 1275 *groups++ = &netstat_group; in netdev_register_kobject() 1279 *groups++ = &wireless_group; in netdev_register_kobject() 1282 *groups++ = &wireless_group; in netdev_register_kobject()
|
D | rtnetlink.c | 2704 .groups = RTNLGRP_MAX, in rtnetlink_net_init()
|
/net/decnet/netfilter/ |
D | dn_rtmsg.c | 129 .groups = DNRNG_NLGRP_MAX, in dn_rtmsg_init()
|
/net/sched/ |
D | sch_qfq.c | 194 struct qfq_group groups[QFQ_MAX_INDEX + 1]; /* The groups. */ member 312 agg->grp = &q->groups[i]; in qfq_update_agg() 749 return &q->groups[index]; in qfq_ffs() 1429 grp = &q->groups[i]; in qfq_drop() 1467 grp = &q->groups[i]; in qfq_init_qdisc()
|
/net/bluetooth/ |
D | hci_sysfs.c | 88 .groups = bt_link_groups, 395 .groups = bt_host_groups,
|
/net/netfilter/ |
D | nfnetlink.c | 246 .groups = NFNLGRP_MAX, in nfnetlink_net_init()
|
/net/bridge/netfilter/ |
D | ebt_ulog.c | 307 .groups = EBT_ULOG_MAXNLGROUPS, in ebt_ulog_net_init()
|
/net/ |
D | Kconfig | 85 bool "Only allow certain groups to create sockets" 96 transmissions and groups them in specified time buckets.
|
/net/ipv4/netfilter/ |
D | ipt_ULOG.c | 406 .groups = ULOG_MAXNLGROUPS, in ulog_tg_net_init()
|
/net/xfrm/ |
D | xfrm_user.c | 3033 .groups = XFRMNLGRP_MAX, in xfrm_user_net_init()
|