1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef __NETNS_FLOW_TABLE_H 2 #ifndef __NETNS_FLOW_TABLE_H 3 #define __NETNS_FLOW_TABLE_H 3 #define __NETNS_FLOW_TABLE_H 4 4 5 struct nf_flow_table_stat { 5 struct nf_flow_table_stat { 6 unsigned int count_wq_add; 6 unsigned int count_wq_add; 7 unsigned int count_wq_del; 7 unsigned int count_wq_del; 8 unsigned int count_wq_stats; 8 unsigned int count_wq_stats; 9 }; 9 }; 10 10 11 struct netns_ft { 11 struct netns_ft { 12 struct nf_flow_table_stat __percpu *st 12 struct nf_flow_table_stat __percpu *stat; 13 }; 13 }; 14 #endif 14 #endif 15 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.