]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: xtables: do centralized checkentry call (1/2)
authorJan Engelhardt <jengelh@medozas.de>
Wed, 8 Oct 2008 09:35:17 +0000 (11:35 +0200)
committerPatrick McHardy <kaber@trash.net>
Wed, 8 Oct 2008 09:35:17 +0000 (11:35 +0200)
commitf9c1c6ad55ca19f27cc72f925ff3d2e2712523f3
treea543f22332eba9ef972ed8ea6e66448921671ef7
parent17ec60ce0d09c492474bc716d218d69a42ce34a0
netfilter: xtables: do centralized checkentry call (1/2)

It used to be that {ip,ip6,etc}_tables called extension->checkentry
themselves, but this can be moved into the xtables core.

Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/linux/netfilter/x_tables.h
net/bridge/netfilter/ebtables.c
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c
net/netfilter/x_tables.c
net/sched/act_ipt.c