linux/net/netfilter/ipset
Jozsef Kadlecsik 21f45020a3 netfilter: ipset: hash:net,port set type support
The module implements the hash:net,port type support in four flavours:
for IPv4 and IPv6, both without and with timeout support. The elements
are two dimensional: IPv4/IPv6 network address/prefix and protocol/port
pairs.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-02-01 15:53:55 +01:00
..
Kconfig netfilter: ipset: hash:net,port set type support 2011-02-01 15:53:55 +01:00
Makefile netfilter: ipset: hash:net,port set type support 2011-02-01 15:53:55 +01:00
ip_set_bitmap_ip.c
ip_set_bitmap_ipmac.c netfilter: ipset: bitmap:ip,mac type support 2011-02-01 15:35:12 +01:00
ip_set_bitmap_port.c netfilter: ipset; bitmap:port set type support 2011-02-01 15:37:04 +01:00
ip_set_core.c
ip_set_getport.c
ip_set_hash_ip.c netfilter: ipset: hash:ip set type support 2011-02-01 15:38:36 +01:00
ip_set_hash_ipport.c netfilter: ipset: hash:ip,port set type support 2011-02-01 15:39:52 +01:00
ip_set_hash_ipportip.c netfilter: ipset: hash:ip,port,ip set type support 2011-02-01 15:41:26 +01:00
ip_set_hash_ipportnet.c netfilter: ipset: hash:ip,port,net set type support 2011-02-01 15:51:00 +01:00
ip_set_hash_net.c netfilter: ipset: hash:net set type support 2011-02-01 15:52:54 +01:00
ip_set_hash_netport.c netfilter: ipset: hash:net,port set type support 2011-02-01 15:53:55 +01:00
pfxlen.c