Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/ipset/
Dip_set_core.c31 ip_set_id_t ip_set_max; /* max number of sets */ member
826 for (i = 0; i < inst->ip_set_max; i++) { in ip_set_get_byname()
901 if (index >= inst->ip_set_max) in ip_set_nfnl_get_byindex()
995 for (i = 0; i < inst->ip_set_max; i++) { in find_set_and_id()
1021 for (i = 0; i < inst->ip_set_max; i++) { in find_free_id()
1127 ip_set_id_t i = inst->ip_set_max + IP_SET_INC; in ip_set_create()
1129 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()
1138 memcpy(list, tmp, sizeof(struct ip_set *) * inst->ip_set_max); in ip_set_create()
1143 index = inst->ip_set_max; in ip_set_create()
1144 inst->ip_set_max = i; in ip_set_create()
[all …]