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 */
471 * genlmsg_multicast_netns_filtered - multicast a netlink message
478 * @group: offset of multicast group in groups array
500 * genlmsg_multicast_netns - multicast a netlink message to a specific netns
505 * @group: offset of multicast group in groups array
517 * genlmsg_multicast - multicast a netlink message to the default netns
521 * @group: offset of multicast group in groups array
533 * genlmsg_multicast_allns - multicast a netlink message to all net namespaces
537 * @group: offset of multicast group in groups array
620 * (this is the offset of the multicast group in the groups array)