[NETFILTER]: x_tables: pass registered match/target data to match/target functions
authorPatrick McHardy <kaber@trash.net>
Tue, 21 Mar 2006 02:02:15 +0000 (18:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 02:02:15 +0000 (18:02 -0800)
commit1c524830d0b39472f0278989bf1119750a5e234d
tree9c60dd1717ddf458f66c4a71cb41c3ef7186cdd3
parent5d04bff096180f032de8b9b12153a8a1b4009b8d
[NETFILTER]: x_tables: pass registered match/target data to match/target functions

This allows to make decisions based on the revision (and address family
with a follow-up patch) at runtime.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter/x_tables.h
net/ipv4/netfilter/arp_tables.c
net/ipv4/netfilter/ip_tables.c
net/ipv6/netfilter/ip6_tables.c
net/sched/act_ipt.c