Skip to content
Snippets Groups Projects
Commit 2b95efe7 authored by Jan Engelhardt's avatar Jan Engelhardt
Browse files

netfilter: xtables: use xt_table for hook instantiation


The respective xt_table structures already have most of the metadata
needed for hook setup. Add a 'priority' field to struct xt_table so
that xt_hook_link() can be called with a reduced number of arguments.

So should we be having more tables in the future, it comes at no
static cost (only runtime, as before) - space saved:
6807373->6806555.

Signed-off-by: default avatarJan Engelhardt <jengelh@medozas.de>
parent 2b21e051
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment