netfilter: remove old pre-netns era hook api
authorFlorian Westphal <fw@strlen.de>
Thu, 6 Jul 2017 21:17:44 +0000 (23:17 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 17 Jul 2017 15:01:10 +0000 (17:01 +0200)
commitcf56c2f892a8a1870a8358114ad896772da7543a
tree0dc13e94af907140d7ba37a12ad82e482c093d31
parentf55ce7b024090a51382ccab2730b96e2f7b4e9cf
netfilter: remove old pre-netns era hook api

no more users in the tree, remove this.

The old api is racy wrt. module removal, all users have been converted
to the netns-aware api.

The old api pretended we still have global hooks but that has not been
true for a long time.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter.h
net/netfilter/core.c