Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/ipset/
Dip_set_core.c31 ip_set_id_t ip_set_max; /* max number of sets */ member
822 for (i = 0; i < inst->ip_set_max; i++) { in ip_set_get_byname()
897 if (index >= inst->ip_set_max) in ip_set_nfnl_get_byindex()
991 for (i = 0; i < inst->ip_set_max; i++) { in find_set_and_id()
1017 for (i = 0; i < inst->ip_set_max; i++) { in find_free_id()
1123 ip_set_id_t i = inst->ip_set_max + IP_SET_INC; in ip_set_create()
1125 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()
1134 memcpy(list, tmp, sizeof(struct ip_set *) * inst->ip_set_max); in ip_set_create()
1139 index = inst->ip_set_max; in ip_set_create()
1140 inst->ip_set_max = i; in ip_set_create()
[all …]