Lines Matching full:multicast
19 /* Binding to multicast group requires %CAP_NET_ADMIN */
21 /* Binding to multicast group requires %CAP_SYS_ADMIN */
25 * struct genl_multicast_group - generic netlink multicast group
26 * @name: name of the multicast group, names are per-family
52 * @bind: called when family multicast group is added to a netlink socket
53 * @unbind: called when family multicast group is removed from a netlink socket
55 * @mcgrps: multicast groups used by this family
56 * @n_mcgrps: number of multicast groups
112 /* starting number of multicast group IDs in this family */
467 * genlmsg_multicast_netns_filtered - multicast a netlink message
474 * @group: offset of multicast group in groups array
496 * genlmsg_multicast_netns - multicast a netlink message to a specific netns
501 * @group: offset of multicast group in groups array
513 * genlmsg_multicast - multicast a netlink message to the default netns
517 * @group: offset of multicast group in groups array
529 * genlmsg_multicast_allns - multicast a netlink message to all net namespaces
533 * @group: offset of multicast group in groups array
616 * (this is the offset of the multicast group in the groups array)