Lines Matching defs:extack
33 struct netlink_ext_ack *extack)
41 NL_SET_ERR_MSG_MOD(extack, "No slave devices specified");
45 NL_SET_ERR_MSG_MOD(extack, "Slave1 device not specified");
51 NL_SET_ERR_MSG_MOD(extack, "Slave1 does not exist");
55 NL_SET_ERR_MSG_MOD(extack, "Slave2 device not specified");
61 NL_SET_ERR_MSG_MOD(extack, "Slave2 does not exist");
66 NL_SET_ERR_MSG_MOD(extack, "Slave1 and Slave2 are same");
79 NL_SET_ERR_MSG_MOD(extack, "Unsupported protocol");
87 NL_SET_ERR_MSG_MOD(extack, "PRP version unsupported");
93 NL_SET_ERR_MSG_MOD(extack,
102 return hsr_dev_finalize(dev, link, multicast_spec, proto_version, extack);