Eric W. Biederman 6cb8ff3f1a inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
The values of ops->hooknum and state->hook are guaraneted to be equal
making the hook argument to ip6t_do_table, arp_do_table, and
ipt_do_table is unnecessary. Remove the unnecessary hook argument.

In the callers use state->hook instead of ops->hooknum for clarity and
to reduce the number of cachelines the callers touch.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2015-09-18 21:57:43 +02:00
..
2015-08-30 18:12:36 -04:00
2015-09-17 21:09:07 -07:00
2015-09-17 17:18:37 -07:00
2015-08-24 14:48:10 -07:00
2015-08-31 12:45:09 -07:00
2015-09-17 22:37:19 -07:00
2015-09-03 15:43:05 -07:00
2015-09-09 08:33:31 -07:00