Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
[linux-2.6-microblaze.git] / include / net / netns / x_tables.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NETNS_X_TABLES_H
3 #define __NETNS_X_TABLES_H
4
5 #include <linux/list.h>
6 #include <linux/netfilter_defs.h>
7
8 struct netns_xt {
9         bool notrack_deprecated_warning;
10         bool clusterip_deprecated_warning;
11 };
12 #endif