netfilter: xtables: compact table hook functions (1/2)
authorJan Engelhardt <jengelh@medozas.de>
Sat, 13 Jun 2009 04:46:36 +0000 (06:46 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Wed, 10 Feb 2010 15:44:58 +0000 (16:44 +0100)
commit737535c5cf3524e4bfaa91e22edefd52eccabbce
tree4c6918a8fb0b7568f30310947043320a03d10328
parent9ab99d5a43e9f283738fd9fd365539306d13eaac
netfilter: xtables: compact table hook functions (1/2)

This patch combines all the per-hook functions in a given table into
a single function. Together with the 2nd patch, further
simplifications are possible up to the point of output code reduction.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
net/ipv4/netfilter/arptable_filter.c
net/ipv4/netfilter/iptable_filter.c
net/ipv4/netfilter/iptable_mangle.c
net/ipv4/netfilter/iptable_raw.c
net/ipv4/netfilter/iptable_security.c
net/ipv6/netfilter/ip6table_filter.c
net/ipv6/netfilter/ip6table_mangle.c
net/ipv6/netfilter/ip6table_raw.c
net/ipv6/netfilter/ip6table_security.c