linux/net/netfilter/ipset
Jozsef Kadlecsik 5663bc30e6 netfilter: ipset: hash:ip,port,ip set type support
The module implements the hash:ip,port,ip type support in four flavours:
for IPv4 and IPv6, both without and with timeout support. The elements
are three dimensional: IPv4/IPv6 address, protocol/port and IPv4/IPv6
address triples.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-02-01 15:41:26 +01:00
..
ip_set_bitmap_ip.c netfilter: ipset: bitmap:ip set type support 2011-02-01 15:33:17 +01:00
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
Kconfig netfilter: ipset: hash:ip,port,ip set type support 2011-02-01 15:41:26 +01:00
Makefile netfilter: ipset: hash:ip,port,ip set type support 2011-02-01 15:41:26 +01:00
pfxlen.c