Lines Matching refs:group
682 NL_SET_ERR_MSG_MOD(extack, "IPv4 entry group address is not multicast");
686 NL_SET_ERR_MSG_MOD(extack, "IPv4 entry group address is local multicast");
692 NL_SET_ERR_MSG_MOD(extack, "IPv6 entry group address is link-local all nodes");
832 struct br_ip group, star_group;
837 __mdb_entry_to_br_ip(entry, &group, mdb_attrs);
839 /* host join errors which can happen before creating the group */
846 if (!br_multicast_is_star_g(&group)) {
852 mp = br_mdb_ip_get(br, &group);
854 mp = br_multicast_new_group(br, &group);
884 filter_mode = br_multicast_is_star_g(&group) ? MCAST_EXCLUDE :
887 p = br_multicast_new_port_group(port, &group, *pp, entry->state, NULL,
890 NL_SET_ERR_MSG_MOD(extack, "Couldn't allocate new port group");
897 /* if we are adding a new EXCLUDE port group (*,G) it needs to be also
902 if (br_multicast_should_handle_mode(br, group.proto)) {