Lines Matching defs:extack
91 struct netlink_ext_ack *extack)
113 err = switchdev_port_attr_set(p->dev, &attr, extack);
195 struct netlink_ext_ack *extack)
212 NL_SET_ERR_MSG(extack,
220 err = switchdev_port_attr_set(br->dev, &attr, extack);
297 struct netlink_ext_ack *extack)
305 br_mst_nl_policy, extack);
310 NL_SET_ERR_MSG_MOD(extack, "MSTI not specified");
315 NL_SET_ERR_MSG_MOD(extack, "State not specified");
322 return br_mst_set_state(p, msti, state, extack);
326 struct netlink_ext_ack *extack)
333 NL_SET_ERR_MSG_MOD(extack, "Can't modify MST state when MST is disabled");
340 err = br_mst_process_one(p, attr, extack);
352 NL_SET_ERR_MSG_MOD(extack, "Found no MST entries to process");