Lines Matching refs:extack

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