printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / net / netns / flow_table.h
blob1c5fc657e2675bd548571262875bfa38a15db4f6
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NETNS_FLOW_TABLE_H
3 #define __NETNS_FLOW_TABLE_H
5 struct nf_flow_table_stat {
6 unsigned int count_wq_add;
7 unsigned int count_wq_del;
8 unsigned int count_wq_stats;
9 };
11 struct netns_ft {
12 struct nf_flow_table_stat __percpu *stat;
14 #endif