Home
last modified time | relevance | path

Searched refs:extack (Results 1 – 25 of 733) sorted by relevance

12345678910>>...30

/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c227 struct netlink_ext_ack *extack) in esw_qos_node_create_sched_element() argument
235 NL_SET_ERR_MSG_MOD(extack, "E-Switch create scheduling element failed"); in esw_qos_node_create_sched_element()
242 struct netlink_ext_ack *extack) in esw_qos_node_destroy_sched_element() argument
251 NL_SET_ERR_MSG_MOD(extack, "E-Switch destroying scheduling element failed."); in esw_qos_node_destroy_sched_element()
258 struct netlink_ext_ack *extack) in esw_qos_sched_elem_config() argument
291 NL_SET_ERR_MSG_MOD(extack, "E-Switch modify scheduling element failed"); in esw_qos_sched_elem_config()
307 struct netlink_ext_ack *extack) in esw_qos_create_rate_limit_element() argument
321 return esw_qos_node_create_sched_element(node, sched_ctx, extack); in esw_qos_create_rate_limit_element()
361 struct netlink_ext_ack *extack) in esw_qos_update_sched_node_bw_share() argument
368 esw_qos_sched_elem_config(node, node->max_rate, bw_share, extack); in esw_qos_update_sched_node_bw_share()
[all …]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fw_update.c15 struct netlink_ext_ack *extack; member
74 struct netlink_ext_ack *extack) in ixgbe_check_component_response() argument
83 NL_SET_ERR_MSG_MOD(extack, in ixgbe_check_component_response()
87 NL_SET_ERR_MSG_MOD(extack, "Firmware has rejected updating."); in ixgbe_check_component_response()
98 NL_SET_ERR_MSG_MOD(extack, in ixgbe_check_component_response()
102 NL_SET_ERR_MSG_MOD(extack, in ixgbe_check_component_response()
106 NL_SET_ERR_MSG_MOD(extack, in ixgbe_check_component_response()
110 NL_SET_ERR_MSG_MOD(extack, in ixgbe_check_component_response()
114 NL_SET_ERR_MSG_MOD(extack, "Component pre-requisites not met"); in ixgbe_check_component_response()
117 NL_SET_ERR_MSG_MOD(extack, "Component not supported"); in ixgbe_check_component_response()
[all …]
/linux/net/bridge/
H A Dbr_cfm_netlink.c91 struct netlink_ext_ack *extack) in br_mep_create_parse() argument
99 br_cfm_mep_create_policy, extack); in br_mep_create_parse()
104 NL_SET_ERR_MSG_MOD(extack, "Missing INSTANCE attribute"); in br_mep_create_parse()
108 NL_SET_ERR_MSG_MOD(extack, "Missing DOMAIN attribute"); in br_mep_create_parse()
112 NL_SET_ERR_MSG_MOD(extack, "Missing DIRECTION attribute"); in br_mep_create_parse()
116 NL_SET_ERR_MSG_MOD(extack, "Missing IFINDEX attribute"); in br_mep_create_parse()
127 return br_cfm_mep_create(br, instance, &create, extack); in br_mep_create_parse()
131 struct netlink_ext_ack *extack) in br_mep_delete_parse() argument
138 br_cfm_mep_delete_policy, extack); in br_mep_delete_parse()
143 NL_SET_ERR_MSG_MOD(extack, in br_mep_delete_parse()
[all …]
H A Dbr_mrp_netlink.c32 int cmd, struct netlink_ext_ack *extack) in br_mrp_instance_parse() argument
39 br_mrp_instance_policy, extack); in br_mrp_instance_parse()
46 NL_SET_ERR_MSG_MOD(extack, in br_mrp_instance_parse()
77 struct netlink_ext_ack *extack) in br_mrp_port_state_parse() argument
84 br_mrp_port_state_policy, extack); in br_mrp_port_state_parse()
89 NL_SET_ERR_MSG_MOD(extack, "Missing attribute: STATE"); in br_mrp_port_state_parse()
106 struct netlink_ext_ack *extack) in br_mrp_port_role_parse() argument
113 br_mrp_port_role_policy, extack); in br_mrp_port_role_parse()
118 NL_SET_ERR_MSG_MOD(extack, "Missing attribute: ROLE"); in br_mrp_port_role_parse()
135 struct netlink_ext_ack *extack) in br_mrp_ring_state_parse() argument
169 br_mrp_ring_role_parse(struct net_bridge * br,struct nlattr * attr,struct netlink_ext_ack * extack) br_mrp_ring_role_parse() argument
206 br_mrp_start_test_parse(struct net_bridge * br,struct nlattr * attr,struct netlink_ext_ack * extack) br_mrp_start_test_parse() argument
249 br_mrp_in_state_parse(struct net_bridge * br,struct nlattr * attr,struct netlink_ext_ack * extack) br_mrp_in_state_parse() argument
285 br_mrp_in_role_parse(struct net_bridge * br,struct nlattr * attr,struct netlink_ext_ack * extack) br_mrp_in_role_parse() argument
326 br_mrp_start_in_test_parse(struct net_bridge * br,struct nlattr * attr,struct netlink_ext_ack * extack) br_mrp_start_in_test_parse() argument
357 br_mrp_parse(struct net_bridge * br,struct net_bridge_port * p,struct nlattr * attr,int cmd,struct netlink_ext_ack * extack) br_mrp_parse() argument
[all...]
H A Dbr_mdb.c670 struct netlink_ext_ack *extack) in is_valid_mdb_source() argument
675 NL_SET_ERR_MSG_MOD(extack, "IPv4 invalid source address length"); in is_valid_mdb_source()
679 NL_SET_ERR_MSG_MOD(extack, "IPv4 multicast source address is not allowed"); in is_valid_mdb_source()
688 NL_SET_ERR_MSG_MOD(extack, "IPv6 invalid source address length"); in is_valid_mdb_source()
693 NL_SET_ERR_MSG_MOD(extack, "IPv6 multicast source address is not allowed"); in is_valid_mdb_source()
700 NL_SET_ERR_MSG_MOD(extack, "Invalid protocol used with source address"); in is_valid_mdb_source()
710 struct netlink_ext_ack *extack) in __br_mdb_choose_context() argument
721 NL_SET_ERR_MSG_MOD(extack, "Cannot add an entry without a vlan when vlan snooping is enabled"); in __br_mdb_choose_context()
727 NL_SET_ERR_MSG_MOD(extack, "Vlan is not configured"); in __br_mdb_choose_context()
731 NL_SET_ERR_MSG_MOD(extack, "Vlan's multicast processing is disabled"); in __br_mdb_choose_context()
[all …]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_fw_update.c16 struct netlink_ext_ack *extack; member
52 struct netlink_ext_ack *extack = priv->extack; in ice_send_package_data() local
72 NL_SET_ERR_MSG_MOD(extack, "Failed to record package data to firmware"); in ice_send_package_data()
96 struct netlink_ext_ack *extack) in ice_check_component_response() argument
139 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is identical to running image"); in ice_check_component_response()
144 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is lower than running image"); in ice_check_component_response()
149 NL_SET_ERR_MSG_MOD(extack, "Component comparison stamp is invalid"); in ice_check_component_response()
154 NL_SET_ERR_MSG_MOD(extack, "Component table conflict occurred"); in ice_check_component_response()
159 NL_SET_ERR_MSG_MOD(extack, "Component pre-requisites not met"); in ice_check_component_response()
164 NL_SET_ERR_MSG_MOD(extack, "Component not supported"); in ice_check_component_response()
[all …]
/linux/drivers/net/ethernet/mscc/
H A Docelot_flower.c175 struct netlink_ext_ack *extack) in ocelot_flower_parse_ingress_vlan_modify() argument
180 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_ingress_vlan_modify()
186 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_ingress_vlan_modify()
203 struct netlink_ext_ack *extack) in ocelot_flower_parse_egress_vlan_modify() argument
215 NL_SET_ERR_MSG_MOD(extack, in ocelot_flower_parse_egress_vlan_modify()
234 struct netlink_ext_ack *extack) in ocelot_flower_parse_egress_port() argument
245 NL_SET_ERR_MSG_FMT(extack, in ocelot_flower_parse_egress_port()
262 struct netlink_ext_ack *extack = f->common.extack; in ocelot_flower_parse_action() local
272 f->common.extack)) in ocelot_flower_parse_action()
278 NL_SET_ERR_MSG_MOD(extack, "Cannot offload to this chain"); in ocelot_flower_parse_action()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Daction.c34 struct netlink_ext_ack *extack) in nfp_fl_push_mpls() argument
46 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: BOS field must explicitly be set for MPLS push"); in nfp_fl_push_mpls()
135 struct netlink_ext_ack *extack) in nfp_fl_pre_lag() argument
147 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: maximum allowed action list size exceeded at LAG … in nfp_fl_pre_lag()
159 err = nfp_flower_lag_populate_pre_action(app, out_dev, pre_lag, extack); in nfp_fl_pre_lag()
177 bool pkt_host, struct netlink_ext_ack *extack) in nfp_fl_output() argument
189 NL_SET_ERR_MSG_MOD(extack, "unsupported offload: invalid egress interface for mirred action"); in nfp_fl_output()
198 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: egress interface does not match the required tunn… in nfp_fl_output()
203 …NL_SET_ERR_MSG_MOD(extack, "unsupported offload: cannot offload more than one tunnel mirred output… in nfp_fl_output()
218 NL_SET_ERR_MSG_MOD(extack, "invalid entry: cannot find group id for LAG action"); in nfp_fl_output()
[all …]
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c31 struct netlink_ext_ack *extack, in sja1105_setup_bcast_policer() argument
56 NL_SET_ERR_MSG_MOD(extack, "No more L2 policers free"); in sja1105_setup_bcast_policer()
64 NL_SET_ERR_MSG_MOD(extack, in sja1105_setup_bcast_policer()
103 struct netlink_ext_ack *extack, in sja1105_setup_tc_policer() argument
128 NL_SET_ERR_MSG_MOD(extack, "No more L2 policers free"); in sja1105_setup_tc_policer()
136 NL_SET_ERR_MSG_MOD(extack, in sja1105_setup_tc_policer()
175 struct netlink_ext_ack *extack, in sja1105_flower_policer() argument
183 return sja1105_setup_bcast_policer(priv, extack, cookie, port, in sja1105_flower_policer()
186 return sja1105_setup_tc_policer(priv, extack, cookie, port, in sja1105_flower_policer()
190 NL_SET_ERR_MSG_MOD(extack, "Unknown keys for policing"); in sja1105_flower_policer()
[all …]
H A Dsja1105_vl.h12 struct netlink_ext_ack *extack, unsigned long cookie,
18 struct netlink_ext_ack *extack);
21 struct netlink_ext_ack *extack, unsigned long cookie,
28 struct netlink_ext_ack *extack);
33 struct netlink_ext_ack *extack, in sja1105_vl_redirect() argument
39 NL_SET_ERR_MSG_MOD(extack, "Virtual Links not compiled in"); in sja1105_vl_redirect()
45 struct netlink_ext_ack *extack) in sja1105_vl_delete() argument
47 NL_SET_ERR_MSG_MOD(extack, "Virtual Links not compiled in"); in sja1105_vl_delete()
52 struct netlink_ext_ack *extack, in sja1105_vl_gate() argument
59 NL_SET_ERR_MSG_MOD(extack, "Virtual Links not compiled in"); in sja1105_vl_gate()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c20 struct netlink_ext_ack *extack) in mlxsw_sp_policer_validate() argument
23 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
30 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
37 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
44 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
50 NL_SET_ERR_MSG_MOD(extack, in mlxsw_sp_policer_validate()
62 struct netlink_ext_ack *extack) in mlxsw_sp_flower_parse_actions() argument
72 if (!flow_action_mixed_hw_stats_check(flow_action, extack)) in mlxsw_sp_flower_parse_actions()
80 err = mlxsw_sp_acl_rulei_act_count(mlxsw_sp, rulei, extack); in mlxsw_sp_flower_parse_actions()
84 NL_SET_ERR_MSG_MOD(extack, "Unsupported action HW stats type"); in mlxsw_sp_flower_parse_actions()
[all …]
H A Dcore_acl_flex_actions.h31 struct netlink_ext_ack *extack);
36 int *p_span_id, struct netlink_ext_ack *extack);
60 struct netlink_ext_ack *extack);
68 struct netlink_ext_ack *extack);
71 struct netlink_ext_ack *extack);
74 struct netlink_ext_ack *extack);
77 struct netlink_ext_ack *extack);
80 struct netlink_ext_ack *extack);
82 u8 dscp, struct netlink_ext_ack *extack);
84 u8 ecn, struct netlink_ext_ack *extack);
[all …]
H A Dspectrum_matchall.c28 struct netlink_ext_ack *extack) in mlxsw_sp_mall_port_mirror_add() argument
37 NL_SET_ERR_MSG(extack, "Could not find requested device"); in mlxsw_sp_mall_port_mirror_add()
45 NL_SET_ERR_MSG(extack, "Failed to get SPAN agent"); in mlxsw_sp_mall_port_mirror_add()
52 NL_SET_ERR_MSG(extack, "Failed to get analyzed port"); in mlxsw_sp_mall_port_mirror_add()
63 NL_SET_ERR_MSG(extack, "Failed to bind SPAN agent"); in mlxsw_sp_mall_port_mirror_add()
105 struct netlink_ext_ack *extack) in mlxsw_sp_mall_port_sample_add() argument
118 extack); in mlxsw_sp_mall_port_sample_add()
123 mall_entry, extack); in mlxsw_sp_mall_port_sample_add()
153 struct netlink_ext_ack *extack) in mlxsw_sp_mall_port_rule_add() argument
158 extack); in mlxsw_sp_mall_port_rule_add()
[all …]
/linux/drivers/net/ethernet/intel/ice/devlink/
H A Dport.c127 struct netlink_ext_ack *extack) in ice_devlink_aq_set_port_option() argument
136 NL_SET_ERR_MSG_MOD(extack, "Port split request failed"); in ice_devlink_aq_set_port_option()
144 NL_SET_ERR_MSG_MOD(extack, "Failed to acquire NVM semaphore"); in ice_devlink_aq_set_port_option()
152 NL_SET_ERR_MSG_MOD(extack, "Port split request failed to save data"); in ice_devlink_aq_set_port_option()
159 NL_SET_ERR_MSG_MOD(extack, "Reboot required to finish port split"); in ice_devlink_aq_set_port_option()
183 unsigned int count, struct netlink_ext_ack *extack) in ice_devlink_port_split() argument
199 NL_SET_ERR_MSG_MOD(extack, "Failed to get available port split options"); in ice_devlink_port_split()
221 NL_SET_ERR_MSG_MOD(extack, "Requested split count is already set"); in ice_devlink_port_split()
228 NL_SET_ERR_MSG_MOD(extack, "Port split requested unsupported port config"); in ice_devlink_port_split()
233 status = ice_devlink_aq_set_port_option(pf, new_option, extack); in ice_devlink_port_split()
[all …]
H A Ddevlink.c273 struct netlink_ext_ack *extack) in ice_devlink_info_get() argument
284 NL_SET_ERR_MSG_MOD(extack, "Device is busy resetting"); in ice_devlink_info_get()
297 NL_SET_ERR_MSG_MOD(extack, "Unable to discover device capabilities"); in ice_devlink_info_get()
338 NL_SET_ERR_MSG_MOD(extack, "Unable to set serial number"); in ice_devlink_info_get()
366 NL_SET_ERR_MSG_MOD(extack, "Unable to set fixed version"); in ice_devlink_info_get()
375 NL_SET_ERR_MSG_MOD(extack, "Unable to set running version"); in ice_devlink_info_get()
384 NL_SET_ERR_MSG_MOD(extack, "Unable to set stored version"); in ice_devlink_info_get()
412 struct netlink_ext_ack *extack) in ice_devlink_reload_empr_start() argument
419 err = ice_get_pending_updates(pf, &pending, extack); in ice_devlink_reload_empr_start()
429 NL_SET_ERR_MSG_MOD(extack, "No pending firmware update"); in ice_devlink_reload_empr_start()
[all …]
/linux/drivers/net/ethernet/sfc/
H A Dtc.c124 struct netlink_ext_ack *extack) in efx_tc_flower_get_mac() argument
149 NL_SET_ERR_MSG_MOD(extack, "Failed to store pedit MAC address in hw"); in efx_tc_flower_get_mac()
241 struct netlink_ext_ack *extack) in efx_tc_flower_parse_match() argument
278 fm.mask->flags, extack)) in efx_tc_flower_parse_match()
299 NL_SET_ERR_MSG_FMT_MOD(extack, "Unsupported flower keys %#llx", in efx_tc_flower_parse_match()
315 NL_SET_ERR_MSG_FMT_MOD(extack, in efx_tc_flower_parse_match()
366 NL_SET_ERR_MSG_FMT_MOD(extack, in efx_tc_flower_parse_match()
390 if (flow_rule_has_enc_control_flags(fm.mask->flags, extack)) in efx_tc_flower_parse_match()
393 NL_SET_ERR_MSG_FMT_MOD(extack, "Unsupported enc addr_type mask %u (key %u)", in efx_tc_flower_parse_match()
414 NL_SET_ERR_MSG_FMT_MOD(extack, in efx_tc_flower_parse_match()
[all …]
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dcls.c22 __be16 proto, struct netlink_ext_ack *extack) in nfp_abm_u32_check_knode() argument
28 NL_SET_ERR_MSG_MOD(extack, "action offload not supported"); in nfp_abm_u32_check_knode()
32 NL_SET_ERR_MSG_MOD(extack, "linking not supported"); in nfp_abm_u32_check_knode()
36 NL_SET_ERR_MSG_MOD(extack, in nfp_abm_u32_check_knode()
42 NL_SET_ERR_MSG_MOD(extack, "variable offsetting not supported"); in nfp_abm_u32_check_knode()
46 NL_SET_ERR_MSG_MOD(extack, "hashing not supported"); in nfp_abm_u32_check_knode()
50 NL_SET_ERR_MSG_MOD(extack, "matching on mark not supported"); in nfp_abm_u32_check_knode()
54 NL_SET_ERR_MSG_MOD(extack, "setting non-0 class not supported"); in nfp_abm_u32_check_knode()
58 NL_SET_ERR_MSG_MOD(extack, in nfp_abm_u32_check_knode()
63 NL_SET_ERR_MSG_MOD(extack, "exactly one key required"); in nfp_abm_u32_check_knode()
[all …]
/linux/drivers/net/can/dev/
H A Dnetlink.c56 struct netlink_ext_ack *extack, in can_validate_bittiming() argument
69 NL_SET_ERR_MSG(extack, "sample point must be between 0 and 100%"); in can_validate_bittiming()
77 struct netlink_ext_ack *extack, u32 tdc_flags) in can_validate_tdc() argument
84 NL_SET_ERR_MSG(extack, in can_validate_tdc()
93 NL_SET_ERR_MSG(extack, "TDC parameters are missing"); in can_validate_tdc()
97 NL_SET_ERR_MSG(extack, "TDC mode (auto or manual) is missing"); in can_validate_tdc()
108 data_tdc, can_tdc_policy, extack); in can_validate_tdc()
114 NL_SET_ERR_MSG(extack, in can_validate_tdc()
120 NL_SET_ERR_MSG(extack, in can_validate_tdc()
127 NL_SET_ERR_MSG(extack, "TDCO is missing"); in can_validate_tdc()
[all …]
/linux/drivers/net/dsa/microchip/
H A Dksz9477_tc_flower.c28 struct netlink_ext_ack *extack, in ksz9477_flower_parse_key_l2() argument
47 NL_SET_ERR_MSG_MOD(extack, in ksz9477_flower_parse_key_l2()
80 NL_SET_ERR_MSG_MOD(extack, "ACL entry limit reached"); in ksz9477_flower_parse_key_l2()
90 NL_SET_ERR_MSG_MOD(extack, "MAC address mask must be a full mask"); in ksz9477_flower_parse_key_l2()
111 struct netlink_ext_ack *extack, in ksz9477_flower_parse_key() argument
122 NL_SET_ERR_MSG_MOD(extack, in ksz9477_flower_parse_key()
127 if (flow_rule_match_has_control_flags(rule, extack)) in ksz9477_flower_parse_key()
132 ret = ksz9477_flower_parse_key_l2(dev, port, extack, rule, in ksz9477_flower_parse_key()
158 struct netlink_ext_ack *extack, in ksz9477_flower_parse_action() argument
171 NL_SET_ERR_MSG_MOD(extack, "hw_tc is not supported. Use: action skbedit prio"); in ksz9477_flower_parse_action()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dgoto.c13 struct netlink_ext_ack *extack) in validate_goto_chain() argument
32 NL_SET_ERR_MSG_MOD(extack, "Goto action is not supported"); in validate_goto_chain()
38 NL_SET_ERR_MSG_MOD(extack, "Goto lower numbered chain isn't supported"); in validate_goto_chain()
43 NL_SET_ERR_MSG_MOD(extack, in validate_goto_chain()
51 NL_SET_ERR_MSG_MOD(extack, in validate_goto_chain()
65 struct netlink_ext_ack *extack = parse_state->extack; in tc_act_can_offload_goto() local
68 if (validate_goto_chain(flow->priv, flow, attr, act, extack)) in tc_act_can_offload_goto()
92 struct netlink_ext_ack *extack = parse_state->extack; in tc_act_post_parse_goto() local
107 NL_SET_ERR_MSG_MOD(extack, "Decap with goto isn't supported"); in tc_act_post_parse_goto()
113 NL_SET_ERR_MSG_MOD(extack, "Mirroring goto chain rules isn't supported"); in tc_act_post_parse_goto()
H A Dmirred.c26 struct netlink_ext_ack *extack) in verify_uplink_forwarding() argument
47 NL_SET_ERR_MSG_MOD(extack, in verify_uplink_forwarding()
51 NL_SET_ERR_MSG_MOD(extack, in verify_uplink_forwarding()
62 struct netlink_ext_ack *extack) in is_duplicated_output_device() argument
68 NL_SET_ERR_MSG_MOD(extack, "can't duplicate output to same device"); in is_duplicated_output_device()
106 struct netlink_ext_ack *extack = parse_state->extack; in tc_act_can_offload_mirred() local
125 NL_SET_ERR_MSG_MOD(extack, "mpls is supported only through a bareudp device"); in tc_act_can_offload_mirred()
130 NL_SET_ERR_MSG_MOD(extack, "vlan pop eth is supported only with mpls push"); in tc_act_can_offload_mirred()
135 NL_SET_ERR_MSG_MOD(extack, "mpls pop is only supported with vlan eth push"); in tc_act_can_offload_mirred()
148 NL_SET_ERR_MSG_MOD(extack, in tc_act_can_offload_mirred()
[all …]
/linux/net/sched/
H A Dsch_api.c340 struct netlink_ext_ack *extack) in qdisc_leaf() argument
346 NL_SET_ERR_MSG(extack, "Parent qdisc is not classful"); in qdisc_leaf()
352 NL_SET_ERR_MSG(extack, "Specified class not found"); in qdisc_leaf()
421 struct netlink_ext_ack *extack) in qdisc_get_rtab() argument
428 NL_SET_ERR_MSG(extack, "Invalid rate table parameters for searching"); in qdisc_get_rtab()
450 NL_SET_ERR_MSG(extack, "Failed to allocate new qdisc rate table"); in qdisc_get_rtab()
483 struct netlink_ext_ack *extack) in qdisc_get_stab() argument
493 extack); in qdisc_get_stab()
497 NL_SET_ERR_MSG(extack, "Size table base attribute is missing"); in qdisc_get_stab()
505 NL_SET_ERR_MSG(extack, "Size table data attribute is missing"); in qdisc_get_stab()
[all …]
/linux/drivers/net/ovpn/
H A Dnetlink.c52 NL_SET_ERR_MSG_MOD(info->extack, in ovpn_get_dev_from_attrs()
59 NL_SET_ERR_MSG_MOD(info->extack, in ovpn_get_dev_from_attrs()
61 NL_SET_BAD_ATTR(info->extack, info->attrs[OVPN_A_IFINDEX]); in ovpn_get_dev_from_attrs()
188 if (NL_REQ_ATTR_CHECK(info->extack, info->attrs[OVPN_A_PEER], attrs, in ovpn_nl_peer_precheck()
193 NL_SET_ERR_MSG_MOD(info->extack, in ovpn_nl_peer_precheck()
200 NL_SET_ERR_MSG_MOD(info->extack, in ovpn_nl_peer_precheck()
208 NL_SET_ERR_MSG_MOD(info->extack, in ovpn_nl_peer_precheck()
215 NL_SET_ERR_MSG_MOD(info->extack, in ovpn_nl_peer_precheck()
222 NL_SET_ERR_MSG_MOD(info->extack, in ovpn_nl_peer_precheck()
238 NL_SET_ERR_MSG_MOD(info->extack, in ovpn_nl_peer_precheck()
[all …]
/linux/net/ipv4/
H A Dnexthop.c239 struct netlink_ext_ack *extack) in call_nexthop_notifiers() argument
243 .extack = extack, in call_nexthop_notifiers()
254 NL_SET_ERR_MSG(extack, "Failed to initialize nexthop notifier info"); in call_nexthop_notifiers()
341 struct netlink_ext_ack *extack) in __call_nexthop_res_bucket_notifiers() argument
345 .extack = extack, in __call_nexthop_res_bucket_notifiers()
393 struct netlink_ext_ack *extack) in call_nexthop_res_bucket_notifiers() argument
399 force, oldi, newi, extack); in call_nexthop_res_bucket_notifiers()
403 struct netlink_ext_ack *extack) in call_nexthop_res_table_notifiers() argument
407 .extack = extack, in call_nexthop_res_table_notifiers()
425 NL_SET_ERR_MSG(extack, "Failed to initialize nexthop notifier info"); in call_nexthop_res_table_notifiers()
[all …]
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c16 struct netlink_ext_ack *extack = cls->common.extack; in dpaa2_switch_flower_parse_key() local
28 NL_SET_ERR_MSG_MOD(extack, in dpaa2_switch_flower_parse_key()
36 if (flow_rule_match_has_control_flags(rule, extack)) in dpaa2_switch_flower_parse_key()
99 NL_SET_ERR_MSG_MOD(extack, in dpaa2_switch_flower_parse_key()
105 NL_SET_ERR_MSG_MOD(extack, in dpaa2_switch_flower_parse_key()
368 struct netlink_ext_ack *extack) in dpaa2_switch_tc_parse_action_acl() argument
378 NL_SET_ERR_MSG_MOD(extack, in dpaa2_switch_tc_parse_action_acl()
390 NL_SET_ERR_MSG_MOD(extack, in dpaa2_switch_tc_parse_action_acl()
403 u16 to, struct netlink_ext_ack *extack) in dpaa2_switch_block_add_mirror() argument
434 NL_SET_ERR_MSG(extack, in dpaa2_switch_block_add_mirror()
[all …]

12345678910>>...30