linux/net/bridge/netfilter
Alexey Dobriyan a83d8e8d09 netfilter: xtables: add struct xt_mtchk_param::net
Some complex match modules (like xt_hashlimit/xt_recent) want netns
information at constructor and destructor time. We propably can play
games at match destruction time, because netns can be passed in object,
but I think it's cleaner to explicitly pass netns.

Add ->net, make sure it's set from ebtables/iptables/ip6tables code.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2010-01-18 08:21:13 +01:00
..
Kconfig netfilter: fix ebtables dependencies 2008-10-14 11:57:33 -07:00
Makefile
ebt_802_3.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebt_among.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebt_arp.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebt_arpreply.c netfilter: xtables: move extension arguments into compound structure (5/6) 2008-10-08 11:35:19 +02:00
ebt_dnat.c netfilter: xtables: move extension arguments into compound structure (5/6) 2008-10-08 11:35:19 +02:00
ebt_ip.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebt_ip6.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebt_limit.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebt_log.c netfilter: ebtables: Use %pM conversion specifier 2009-08-10 10:10:55 +02:00
ebt_mark.c netfilter: xtables: move extension arguments into compound structure (5/6) 2008-10-08 11:35:19 +02:00
ebt_mark_m.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebt_nflog.c netfilter: xtables: move extension arguments into compound structure (5/6) 2008-10-08 11:35:19 +02:00
ebt_pkttype.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebt_redirect.c netfilter: xtables: move extension arguments into compound structure (5/6) 2008-10-08 11:35:19 +02:00
ebt_snat.c netfilter: xtables: move extension arguments into compound structure (5/6) 2008-10-08 11:35:19 +02:00
ebt_stp.c net: Move && and || to end of previous line 2009-11-29 16:55:45 -08:00
ebt_ulog.c netfilter: ebt_ulog: fix checkentry return value 2009-09-01 14:34:01 +02:00
ebt_vlan.c netfilter: xtables: move extension arguments into compound structure (2/6) 2008-10-08 11:35:18 +02:00
ebtable_broute.c netfilter: xtables: mark initial tables constant 2009-08-24 14:56:30 +02:00
ebtable_filter.c netfilter: xtables: mark initial tables constant 2009-08-24 14:56:30 +02:00
ebtable_nat.c netfilter: xtables: switch hook PFs to nfproto 2009-08-10 13:35:21 +02:00
ebtables.c netfilter: xtables: add struct xt_mtchk_param::net 2010-01-18 08:21:13 +01:00