linux/net/netfilter/ipset
Jozsef Kadlecsik 07896ed37b netfilter: ipset: hash:ip,port set type support
The module implements the hash:ip,port type support in four flavours:
for IPv4 and IPv6, both without and with timeout support. The elements
are two dimensional: IPv4/IPv6 address and protocol/port pairs. The port
is interpeted for TCP, UPD, ICMP and ICMPv6 (at the latters as type/code
of course).

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