Merge tag 'v5.19-rockchip-drivers2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / include / net / pkt_cls.h
index a3b57a93228a7f9d1f85596c6252489e1dd2066d..8cf001aed858dc47cc296201ffa15494c46e5f52 100644 (file)
@@ -547,10 +547,12 @@ tcf_match_indev(struct sk_buff *skb, int ifindex)
 }
 
 int tc_setup_offload_action(struct flow_action *flow_action,
-                           const struct tcf_exts *exts);
+                           const struct tcf_exts *exts,
+                           struct netlink_ext_ack *extack);
 void tc_cleanup_offload_action(struct flow_action *flow_action);
 int tc_setup_action(struct flow_action *flow_action,
-                   struct tc_action *actions[]);
+                   struct tc_action *actions[],
+                   struct netlink_ext_ack *extack);
 
 int tc_setup_cb_call(struct tcf_block *block, enum tc_setup_type type,
                     void *type_data, bool err_stop, bool rtnl_held);