/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NETNS_FLOW_TABLE_H #define __NETNS_FLOW_TABLE_H struct nf_flow_table_stat { … }; struct netns_ft { … }; #endif
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NETNS_FLOW_TABLE_H #define __NETNS_FLOW_TABLE_H struct nf_flow_table_stat { … }; struct netns_ft { … }; #endif