Lines Matching refs:group
58 * The message is sent to, the portid if given, the group if given, both if
59 * both, or if both are zero then the group is looked up and sent there.
72 u32 group = 0;
76 group = __group;
83 group = __cbq->group;
93 if (!portid && !netlink_has_listeners(dev->nls, group))
112 NETLINK_CB(skb).dst_group = group;
114 if (group)
115 return netlink_broadcast_filtered(dev->nls, skb, portid, group,
171 * multicast group.
173 static int cn_bind(struct net *net, int group)
175 unsigned long groups = (unsigned long) group;