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
502 * genlmsg_multicast_netns - multicast a netlink message to a specific netns
507 * @group: offset of multicast group in groups array
519 * genlmsg_multicast - multicast a netlink message to the default netns
523 * @group: offset of multicast group in groups array
535 * genlmsg_multicast_allns - multicast a netlink message to all net namespaces
539 * @group: offset of multicast group in groups array
622 * (this is the offset of the multicast group in the groups array)