Home
last modified time | relevance | path

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

/net/netfilter/ipset/
Dip_set_core.c31 ip_set_id_t ip_set_max; /* max number of sets */ member
654 for (i = 0; i < inst->ip_set_max; i++) { in ip_set_get_byname()
729 if (index >= inst->ip_set_max) in ip_set_nfnl_get_byindex()
834 for (i = 0; i < inst->ip_set_max; i++) { in find_set_and_id()
860 for (i = 0; i < inst->ip_set_max; i++) { in find_free_id()
968 ip_set_id_t i = inst->ip_set_max + IP_SET_INC; in ip_set_create()
970 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()
979 memcpy(list, tmp, sizeof(struct ip_set *) * inst->ip_set_max); in ip_set_create()
984 index = inst->ip_set_max; in ip_set_create()
985 inst->ip_set_max = i; in ip_set_create()
[all …]