flow_offload: add process to update action stats from hardware
[sfrench/cifs-2.6.git] / include / net / act_api.h
index 15c6a881817d696950939b281526d45a581c0d6c..20104dfdd57c248464ff52229ad407397bed208a 100644 (file)
@@ -253,6 +253,7 @@ void tcf_action_update_stats(struct tc_action *a, u64 bytes, u64 packets,
                             u64 drops, bool hw);
 int tcf_action_copy_stats(struct sk_buff *, struct tc_action *, int);
 
+int tcf_action_update_hw_stats(struct tc_action *action);
 int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,
                             struct tcf_chain **handle,
                             struct netlink_ext_ack *newchain);