commit | 06cad3acf07893820391bda912bebc3a8c058994 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon May 14 23:46:56 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Wed May 23 09:14:05 2018 +0200 |
tree | 7980b3592fd44f4e6d2ab923d4a914d90de1ab2b | |
parent | 4e25ceb80b585891c5e2a6edfa481bc4709e9544 [diff] |
netfilter: core: export raw versions of add/delete hook functions This will allow the nat core to reuse the nf_hook infrastructure to maintain nat lookup functions. The raw versions don't assume a particular hook location, the functions get added/deleted from the hook blob that is passed to the functions. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>