commit | 06198b34a3e09e06d9aecaa3727e0d37206cea77 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Sep 18 14:33:06 2015 -0500 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Sep 18 22:00:16 2015 +0200 |
tree | 4fd18327ad7aaaf991b422de0b7ab6ef0ac28acb | |
parent | 176971b33859135d8dbda9b79e16cb1cf615eb92 [diff] |
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks Only pass the void *priv parameter out of the nf_hook_ops. That is all any of the functions are interested now, and by limiting what is passed it becomes simpler to change implementation details. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>