netfilter: nf_nat: fix oops on netns removal
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / netfilter / Kconfig
CommitLineData
9fb9cbb1 1menu "Core Netfilter Configuration"
3a411355 2 depends on NET && INET && NETFILTER
9fb9cbb1 3
f9e815b3 4config NETFILTER_NETLINK
2eeeba39 5 tristate
7af4cc3f 6
94139027
PNA
7config NETFILTER_NETLINK_ACCT
8tristate "Netfilter NFACCT over NFNETLINK interface"
9 depends on NETFILTER_ADVANCED
10 select NETFILTER_NETLINK
11 help
12 If this option is enabled, the kernel will include support
13 for extended accounting via NFNETLINK.
14
7af4cc3f
HW
15config NETFILTER_NETLINK_QUEUE
16 tristate "Netfilter NFQUEUE over NFNETLINK interface"
33b8e776 17 depends on NETFILTER_ADVANCED
2eeeba39 18 select NETFILTER_NETLINK
7af4cc3f 19 help