commit | 176971b33859135d8dbda9b79e16cb1cf615eb92 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Sep 18 14:33:05 2015 -0500 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Sep 18 22:00:10 2015 +0200 |
tree | 5d4a7c1c7e0bf2db6919dbd2bb6d7127c9fc4e9b | |
parent | a31f1adc0948930fba9ab5a111ccd735a5d864c6 [diff] |
ipvs: Read hooknum from state rather than ops->hooknum This should be more cache efficient as state is more likely to be in core, and the netfilter core will stop passing in ops soon. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>