Lines Matching defs:extack
65 struct netlink_ext_ack *extack)
72 NL_SET_ERR_MSG_MOD(extack, "Invalid vlan state");
82 NL_SET_ERR_MSG_MOD(extack, "Can't modify vlan state when using kernel STP");
107 struct netlink_ext_ack *extack)
115 NL_SET_ERR_MSG_MOD(extack, "Can't modify tunnel mapping of non-port vlans");
119 NL_SET_ERR_MSG_MOD(extack, "Port doesn't have tunnel flag set");
125 br_vlandb_tinfo_pol, extack);
130 NL_SET_ERR_MSG_MOD(extack, "Missing tunnel command attribute");
137 NL_SET_ERR_MSG_MOD(extack, "Missing tunnel id attribute");
153 NL_SET_ERR_MSG_MOD(extack, "Unsupported tunnel command");
166 struct netlink_ext_ack *extack)
174 err = br_vlan_modify_state(vg, v, state, changed, extack);
179 err = br_vlan_modify_tunnel(p, v, tb, changed, extack);
192 struct netlink_ext_ack *extack)
205 NL_SET_ERR_MSG_MOD(extack, "Vlan range start doesn't exist, can't process options");
209 NL_SET_ERR_MSG_MOD(extack, "Vlan range end doesn't exist, can't process options");
219 NL_SET_ERR_MSG_MOD(extack, "Vlan in range doesn't exist, can't process options");
225 extack);