Lines Matching defs:extack
132 struct netlink_ext_ack *extack)
137 NL_SET_ERR_MSG_MOD(extack, "Invalid MPLS label length");
142 NL_SET_ERR_MSG_MOD(extack, "MPLS label out of range");
163 struct netlink_ext_ack *extack)
177 NL_SET_ERR_MSG_MOD(extack, "Missing netlink attributes");
181 err = nla_parse_nested(tb, TCA_MPLS_MAX, nla, mpls_policy, extack);
186 NL_SET_ERR_MSG_MOD(extack, "No MPLS params");
196 NL_SET_ERR_MSG_MOD(extack, "Protocol must be set for MPLS pop");
200 NL_SET_ERR_MSG_MOD(extack, "Invalid protocol type for MPLS pop");
205 NL_SET_ERR_MSG_MOD(extack, "Label, TTL, TC or BOS cannot be used with MPLS pop");
212 NL_SET_ERR_MSG_MOD(extack, "Label, TTL, TC, BOS or protocol cannot be used with MPLS dec_ttl");
219 NL_SET_ERR_MSG_MOD(extack, "Label is required for MPLS push");
224 NL_SET_ERR_MSG_MOD(extack, "Protocol must be an MPLS type for MPLS push");
239 NL_SET_ERR_MSG_MOD(extack, "Protocol cannot be used with MPLS modify");
244 NL_SET_ERR_MSG_MOD(extack, "Unknown MPLS action");
269 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
379 struct netlink_ext_ack *extack)
383 return tcf_generic_walker(tn, skb, cb, type, ops, extack);