commit | 0e5a1c7eb3fc705c4cc6c1e058e81d1f2e721c72 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Nov 03 10:56:26 2016 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Nov 03 11:52:34 2016 +0100 |
tree | a86f5800f72eb0606dc38759af952acb49f8e6d7 | |
parent | 613dbd95723aee7abd16860745691b6c7bda20dc [diff] |
netfilter: nf_tables: use hook state from xt_action_param structure Don't copy relevant fields from hook state structure, instead use the one that is already available in struct xt_action_param. This patch also adds a set of new wrapper functions to fetch relevant hook state structure fields. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>