Home
last modified time | relevance | path

Searched refs:IPSET_MAX_RANGE (Results 1 – 11 of 11) sorted by relevance

/linux/net/netfilter/ipset/
H A Dip_set_hash_ipmark.c155 if (i > IPSET_MAX_RANGE) { in hash_ipmark4_uadt()
H A Dip_set_hash_ip.c156 if (i > IPSET_MAX_RANGE) { in hash_ip4_uadt()
H A Dip_set_hash_net.c197 if (i > IPSET_MAX_RANGE) { in hash_net4_uadt()
H A Dip_set_hash_ipportip.c191 if (i > IPSET_MAX_RANGE) { in hash_ipportip4_uadt()
H A Dip_set_hash_ipport.c195 if (i > IPSET_MAX_RANGE) { in hash_ipport4_uadt()
H A Dip_set_hash_netiface.c265 if (i > IPSET_MAX_RANGE) { in hash_netiface4_uadt()
H A Dip_set_hash_netport.c251 if (i > IPSET_MAX_RANGE) { in hash_netport4_uadt()
H A Dip_set_hash_netnet.c264 if (i > IPSET_MAX_RANGE) { in hash_netnet4_uadt()
H A Dip_set_hash_ipportnet.c286 if (i > IPSET_MAX_RANGE) { in hash_ipportnet4_uadt()
H A Dip_set_hash_netportnet.c316 if (i > IPSET_MAX_RANGE) { in hash_netportnet4_uadt()
/linux/include/linux/netfilter/ipset/
H A Dip_set.h202 #define IPSET_MAX_RANGE (1<<14) macro