Home
last modified time | relevance | path

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

/linux-3.3/net/netlink/
Dgenetlink.c57 static unsigned long mc_groups_longs = 1; variable
153 mc_groups_longs * BITS_PER_LONG); in genl_register_mc_group()
156 if (id >= mc_groups_longs * BITS_PER_LONG) { in genl_register_mc_group()
157 size_t nlen = (mc_groups_longs + 1) * sizeof(unsigned long); in genl_register_mc_group()
174 mc_groups[mc_groups_longs] = 0; in genl_register_mc_group()
176 mc_groups_longs++; in genl_register_mc_group()
186 mc_groups_longs * BITS_PER_LONG); in genl_register_mc_group()
203 mc_groups_longs * BITS_PER_LONG); in genl_register_mc_group()