diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-09-18 14:32:56 -0500 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-09-18 21:57:51 +0200 |
commit | 082a758f042e1c1eb241bfc2308ddc2b4ef6840d (patch) | |
tree | 47f20ac57ed1c46f3f0e7f6cb29195d94dcaf689 /include | |
parent | 6cb8ff3f1a535b1d8eb5ea318932513d08eb3da7 (diff) |
inet netfilter: Prefer state->hook to ops->hooknum
The values of nf_hook_state.hook and nf_hook_ops.hooknum must be the
same by definition.
We are more likely to access the fields in nf_hook_state over the
fields in nf_hook_ops so with a little luck this results in
fewer cache line misses, and slightly more consistent code.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions