ip_set_max 31 net/netfilter/ipset/ip_set_core.c ip_set_id_t ip_set_max; /* max number of sets */ ip_set_max 668 net/netfilter/ipset/ip_set_core.c for (i = 0; i < inst->ip_set_max; i++) { ip_set_max 743 net/netfilter/ipset/ip_set_core.c if (index >= inst->ip_set_max) ip_set_max 848 net/netfilter/ipset/ip_set_core.c for (i = 0; i < inst->ip_set_max; i++) { ip_set_max 874 net/netfilter/ipset/ip_set_core.c for (i = 0; i < inst->ip_set_max; i++) { ip_set_max 982 net/netfilter/ipset/ip_set_core.c ip_set_id_t i = inst->ip_set_max + IP_SET_INC; ip_set_max 984 net/netfilter/ipset/ip_set_core.c if (i < inst->ip_set_max || i == IPSET_INVALID_ID) ip_set_max 993 net/netfilter/ipset/ip_set_core.c memcpy(list, tmp, sizeof(struct ip_set *) * inst->ip_set_max); ip_set_max 998 net/netfilter/ipset/ip_set_core.c index = inst->ip_set_max; ip_set_max 999 net/netfilter/ipset/ip_set_core.c inst->ip_set_max = i; ip_set_max 1069 net/netfilter/ipset/ip_set_core.c for (i = 0; i < inst->ip_set_max; i++) { ip_set_max 1078 net/netfilter/ipset/ip_set_core.c for (i = 0; i < inst->ip_set_max; i++) { ip_set_max 1133 net/netfilter/ipset/ip_set_core.c for (i = 0; i < inst->ip_set_max; i++) { ip_set_max 1187 net/netfilter/ipset/ip_set_core.c for (i = 0; i < inst->ip_set_max; i++) { ip_set_max 1377 net/netfilter/ipset/ip_set_core.c if (cb->args[IPSET_CB_INDEX] >= inst->ip_set_max) ip_set_max 1383 net/netfilter/ipset/ip_set_core.c : inst->ip_set_max; ip_set_max 1930 net/netfilter/ipset/ip_set_core.c if (id >= inst->ip_set_max) ip_set_max 2145 net/netfilter/ipset/ip_set_core.c req_get->set.index >= inst->ip_set_max) { ip_set_max 2188 net/netfilter/ipset/ip_set_core.c inst->ip_set_max = max_sets ? max_sets : CONFIG_IP_SET_MAX; ip_set_max 2189 net/netfilter/ipset/ip_set_core.c if (inst->ip_set_max >= IPSET_INVALID_ID) ip_set_max 2190 net/netfilter/ipset/ip_set_core.c inst->ip_set_max = IPSET_INVALID_ID - 1; ip_set_max 2192 net/netfilter/ipset/ip_set_core.c list = kvcalloc(inst->ip_set_max, sizeof(struct ip_set *), GFP_KERNEL); ip_set_max 2212 net/netfilter/ipset/ip_set_core.c for (i = 0; i < inst->ip_set_max; i++) {