Searched refs:ip_set_max (Results 1 – 1 of 1) sorted by relevance
31 ip_set_id_t ip_set_max; /* max number of sets */ member831 for (i = 0; i < inst->ip_set_max; i++) { in ip_set_get_byname()906 if (index >= inst->ip_set_max) in ip_set_nfnl_get_byindex()1000 for (i = 0; i < inst->ip_set_max; i++) { in find_set_and_id()1026 for (i = 0; i < inst->ip_set_max; i++) { in find_free_id()1132 ip_set_id_t i = inst->ip_set_max + IP_SET_INC; in ip_set_create()1134 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()1143 memcpy(list, tmp, sizeof(struct ip_set *) * inst->ip_set_max); in ip_set_create()1148 index = inst->ip_set_max; in ip_set_create()1149 inst->ip_set_max = i; in ip_set_create()[all …]