Lines Matching refs:NL_SET_ERR_MSG_MOD

389 		NL_SET_ERR_MSG_MOD(extack, "Invalid header for mdb dump request");  in br_mdb_valid_dump_req()
395 NL_SET_ERR_MSG_MOD(extack, "Filtering by device index is not supported for mdb dump request"); in br_mdb_valid_dump_req()
692 NL_SET_ERR_MSG_MOD(extack, "Invalid MDBA_SET_ENTRY attribute length"); in validate_mdb_entry()
697 NL_SET_ERR_MSG_MOD(extack, "Zero entry ifindex is not allowed"); in validate_mdb_entry()
703 NL_SET_ERR_MSG_MOD(extack, "IPv4 entry group address is not multicast"); in validate_mdb_entry()
707 NL_SET_ERR_MSG_MOD(extack, "IPv4 entry group address is local multicast"); in validate_mdb_entry()
713 NL_SET_ERR_MSG_MOD(extack, "IPv6 entry group address is link-local all nodes"); in validate_mdb_entry()
720 NL_SET_ERR_MSG_MOD(extack, "L2 entry group is not multicast"); in validate_mdb_entry()
724 NL_SET_ERR_MSG_MOD(extack, "Unknown entry protocol"); in validate_mdb_entry()
729 NL_SET_ERR_MSG_MOD(extack, "Unknown entry state"); in validate_mdb_entry()
733 NL_SET_ERR_MSG_MOD(extack, "Invalid entry VLAN id"); in validate_mdb_entry()
746 NL_SET_ERR_MSG_MOD(extack, "IPv4 invalid source address length"); in is_valid_mdb_source()
750 NL_SET_ERR_MSG_MOD(extack, "IPv4 multicast source address is not allowed"); in is_valid_mdb_source()
759 NL_SET_ERR_MSG_MOD(extack, "IPv6 invalid source address length"); in is_valid_mdb_source()
764 NL_SET_ERR_MSG_MOD(extack, "IPv6 multicast source address is not allowed"); in is_valid_mdb_source()
771 NL_SET_ERR_MSG_MOD(extack, "Invalid protocol used with source address"); in is_valid_mdb_source()
792 NL_SET_ERR_MSG_MOD(extack, "Cannot add an entry without a vlan when vlan snooping is enabled"); in __br_mdb_choose_context()
798 NL_SET_ERR_MSG_MOD(extack, "Vlan is not configured"); in __br_mdb_choose_context()
802 NL_SET_ERR_MSG_MOD(extack, "Vlan's multicast processing is disabled"); in __br_mdb_choose_context()
846 NL_SET_ERR_MSG_MOD(extack, "(S, G) group is already joined by port"); in br_mdb_add_group_sg()
898 NL_SET_ERR_MSG_MOD(extack, "Failed to add (S, G) MDB entry"); in br_mdb_add_group_src_fwd()
933 NL_SET_ERR_MSG_MOD(extack, "Failed to add new source entry"); in br_mdb_add_group_src()
937 NL_SET_ERR_MSG_MOD(extack, "Source entry already exists"); in br_mdb_add_group_src()
1071 NL_SET_ERR_MSG_MOD(extack, "(*, G) group is already joined by port"); in br_mdb_add_group_star_g()
1133 NL_SET_ERR_MSG_MOD(extack, "Group is already joined by host"); in br_mdb_add_group()
1255 NL_SET_ERR_MSG_MOD(extack, "Filter mode cannot be set for host groups"); in br_mdb_config_attrs_init()
1259 NL_SET_ERR_MSG_MOD(extack, "Filter mode can only be set for (*, G) entries"); in br_mdb_config_attrs_init()
1269 NL_SET_ERR_MSG_MOD(extack, "Source list cannot be set for host groups"); in br_mdb_config_attrs_init()
1273 NL_SET_ERR_MSG_MOD(extack, "Source list can only be set for (*, G) entries"); in br_mdb_config_attrs_init()
1277 NL_SET_ERR_MSG_MOD(extack, "Source list cannot be set without filter mode"); in br_mdb_config_attrs_init()
1287 NL_SET_ERR_MSG_MOD(extack, "Cannot add (*, G) INCLUDE with an empty source list"); in br_mdb_config_attrs_init()
1293 NL_SET_ERR_MSG_MOD(extack, "Protocol cannot be set for host groups"); in br_mdb_config_attrs_init()
1331 NL_SET_ERR_MSG_MOD(extack, "Invalid bridge ifindex"); in br_mdb_config_init()
1337 NL_SET_ERR_MSG_MOD(extack, "Bridge device doesn't exist"); in br_mdb_config_init()
1342 NL_SET_ERR_MSG_MOD(extack, "Device is not a bridge"); in br_mdb_config_init()
1349 NL_SET_ERR_MSG_MOD(extack, "Bridge device is not running"); in br_mdb_config_init()
1354 NL_SET_ERR_MSG_MOD(extack, "Bridge's multicast processing is disabled"); in br_mdb_config_init()
1359 NL_SET_ERR_MSG_MOD(extack, "Missing MDBA_SET_ENTRY attribute"); in br_mdb_config_init()
1370 NL_SET_ERR_MSG_MOD(extack, "Port net device doesn't exist"); in br_mdb_config_init()
1376 NL_SET_ERR_MSG_MOD(extack, "Net device is not a bridge port"); in br_mdb_config_init()
1381 NL_SET_ERR_MSG_MOD(extack, "Port belongs to a different bridge device"); in br_mdb_config_init()
1418 NL_SET_ERR_MSG_MOD(extack, "Flags are not allowed for host groups"); in br_mdb_add()
1422 NL_SET_ERR_MSG_MOD(extack, "Groups with sources cannot be manually host joined"); in br_mdb_add()
1428 NL_SET_ERR_MSG_MOD(extack, "Only permanent L2 entries allowed"); in br_mdb_add()
1434 NL_SET_ERR_MSG_MOD(extack, "Port is in disabled state and entry is not permanent"); in br_mdb_add()