Lines Matching defs:extack
1111 struct netlink_ext_ack *extack)
1119 &lag_upper_info, extack);
1137 struct netlink_ext_ack *extack)
1145 NL_SET_ERR_MSG(extack, "Loopback device can't be added as a team port");
1152 NL_SET_ERR_MSG(extack, "Device is already a port of a team device");
1159 NL_SET_ERR_MSG(extack, "Cannot enslave team device to itself");
1165 NL_SET_ERR_MSG(extack, "Device is already an upper device of the team interface");
1173 NL_SET_ERR_MSG(extack, "Device is VLAN challenged and team device has VLAN set up");
1184 NL_SET_ERR_MSG(extack, "Device is up. Set it down before adding it as a team port");
1215 err = dev_open(port_dev, extack);
1247 err = team_upper_dev_link(team, port, extack);
1969 struct netlink_ext_ack *extack)
1975 err = team_port_add(team, port_dev, extack);
2212 struct netlink_ext_ack *extack)
2221 struct netlink_ext_ack *extack)
2585 info->extack);