Lines Matching refs:extack

81 				struct netlink_ext_ack *extack)  in br_vlan_modify_state()  argument
88 NL_SET_ERR_MSG_MOD(extack, "Invalid vlan state"); in br_vlan_modify_state()
98 NL_SET_ERR_MSG_MOD(extack, "Can't modify vlan state when using kernel STP"); in br_vlan_modify_state()
123 struct netlink_ext_ack *extack) in br_vlan_modify_tunnel() argument
131 NL_SET_ERR_MSG_MOD(extack, "Can't modify tunnel mapping of non-port vlans"); in br_vlan_modify_tunnel()
135 NL_SET_ERR_MSG_MOD(extack, "Port doesn't have tunnel flag set"); in br_vlan_modify_tunnel()
141 br_vlandb_tinfo_pol, extack); in br_vlan_modify_tunnel()
146 NL_SET_ERR_MSG_MOD(extack, "Missing tunnel command attribute"); in br_vlan_modify_tunnel()
153 NL_SET_ERR_MSG_MOD(extack, "Missing tunnel id attribute"); in br_vlan_modify_tunnel()
169 NL_SET_ERR_MSG_MOD(extack, "Unsupported tunnel command"); in br_vlan_modify_tunnel()
182 struct netlink_ext_ack *extack) in br_vlan_process_one_opts() argument
190 err = br_vlan_modify_state(vg, v, state, changed, extack); in br_vlan_process_one_opts()
195 err = br_vlan_modify_tunnel(p, v, tb, changed, extack); in br_vlan_process_one_opts()
220 struct netlink_ext_ack *extack) in br_vlan_process_options() argument
233 NL_SET_ERR_MSG_MOD(extack, "Vlan range start doesn't exist, can't process options"); in br_vlan_process_options()
237 NL_SET_ERR_MSG_MOD(extack, "Vlan range end doesn't exist, can't process options"); in br_vlan_process_options()
247 NL_SET_ERR_MSG_MOD(extack, "Vlan in range doesn't exist, can't process options"); in br_vlan_process_options()
253 extack); in br_vlan_process_options()
463 struct netlink_ext_ack *extack) in br_vlan_process_global_one_opts() argument
586 struct netlink_ext_ack *extack) in br_vlan_rtm_process_global_options() argument
596 NL_SET_ERR_MSG_MOD(extack, "Global vlan options support only set operation"); in br_vlan_rtm_process_global_options()
600 NL_SET_ERR_MSG_MOD(extack, "Global vlan options can only be set on bridge device"); in br_vlan_rtm_process_global_options()
609 br_vlan_db_gpol, extack); in br_vlan_rtm_process_global_options()
614 NL_SET_ERR_MSG_MOD(extack, "Missing vlan entry id"); in br_vlan_rtm_process_global_options()
618 if (!br_vlan_valid_id(vid, extack)) in br_vlan_rtm_process_global_options()
623 if (!br_vlan_valid_id(vid_range, extack)) in br_vlan_rtm_process_global_options()
626 NL_SET_ERR_MSG_MOD(extack, "End vlan id is less than or equal to start vlan id"); in br_vlan_rtm_process_global_options()
638 NL_SET_ERR_MSG_MOD(extack, "Vlan in range doesn't exist, can't process global options"); in br_vlan_rtm_process_global_options()
644 extack); in br_vlan_rtm_process_global_options()