aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/br_netfilter.h
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2019-08-07 15:17:02 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-08-13 12:15:08 +0200
commit0abc8bf4f2842e409926096f0fa009b468cbd855 (patch)
tree78d25871216c0c574f3afd7962632d5f4e5303c7 /include/net/netfilter/br_netfilter.h
parentnetfilter: add missing IS_ENABLED(CONFIG_NF_TABLES) check to header-file. (diff)
downloadlinux-dev-0abc8bf4f2842e409926096f0fa009b468cbd855.tar.xz
linux-dev-0abc8bf4f2842e409926096f0fa009b468cbd855.zip
netfilter: add missing IS_ENABLED(CONFIG_NF_CONNTRACK) checks to some header-files.
struct nf_conn contains a "struct nf_conntrack ct_general" member and struct net contains a "struct netns_ct ct" member which are both only defined in CONFIG_NF_CONNTRACK is enabled. These members are used in a number of inline functions defined in other header-files. Added preprocessor checks to make sure the headers will compile if CONFIG_NF_CONNTRACK is disabled. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netfilter/br_netfilter.h')
0 files changed, 0 insertions, 0 deletions