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

/linux-master/net/netfilter/ipset/
H A Dip_set_hash_ip.c156 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_ipmark.c155 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_net.c197 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_ipport.c195 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_ipportip.c191 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_ipportnet.c286 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_netport.c251 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_netnet.c264 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_netportnet.c316 if (i > IPSET_MAX_RANGE) {
H A Dip_set_hash_netiface.c265 if (i > IPSET_MAX_RANGE) {
/linux-master/include/linux/netfilter/ipset/
H A Dip_set.h202 #define IPSET_MAX_RANGE (1<<14) macro

Completed in 235 milliseconds