Searched refs:ip_set_max (Results 1 – 1 of 1) sorted by relevance
34 ip_set_id_t ip_set_max; /* max number of sets */ member582 for (i = 0; i < inst->ip_set_max; i++) { in ip_set_get_byname()662 if (index >= inst->ip_set_max) in ip_set_nfnl_get_byindex()759 for (i = 0; i < inst->ip_set_max; i++) { in find_set_and_id()785 for (i = 0; i < inst->ip_set_max; i++) { in find_free_id()899 ip_set_id_t i = inst->ip_set_max + IP_SET_INC; in ip_set_create()901 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()910 memcpy(list, tmp, sizeof(struct ip_set *) * inst->ip_set_max); in ip_set_create()915 index = inst->ip_set_max; in ip_set_create()916 inst->ip_set_max = i; in ip_set_create()[all …]