commit | fb46f1b7806977e9135a83eb347e5d82e68233a2 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jan 03 18:10:04 2020 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jan 06 10:30:46 2020 +0100 |
tree | 62cf2bd6f5a350238828d450474f0d61aacbe375 | |
parent | 5acab91458ceae0e4b15205fda5437631089f7ee [diff] |
netfilter: flowtable: add nf_flowtable_time_stamp This patch adds nf_flowtable_time_stamp and updates the existing code to use it. This patch is also implicitly fixing up hardware statistic fetching via nf_flow_offload_stats() where casting to u32 is missing. Use nf_flow_timeout_delta() to fix this. Fixes: c29f74e0df7a ("netfilter: nf_flow_table: hardware offload support") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Acked-by: wenxu <wenxu@ucloud.cn>