commit | 613dbd95723aee7abd16860745691b6c7bda20dc | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Nov 03 10:56:21 2016 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Nov 03 10:56:21 2016 +0100 |
tree | 51b5f91d3ac78dc092a1451597ccf0dd0c600764 | |
parent | 06fd3a392bb36ff162d10cb7d5794185b94edb2f [diff] |
netfilter: x_tables: move hook state into xt_action_param structure Place pointer to hook state in xt_action_param structure instead of copying the fields that we need. After this change xt_action_param fits into one cacheline. 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>