Searched refs:IPSET_INVALID_ID (Results 1 – 5 of 5) sorted by relevance
89 if (index == IPSET_INVALID_ID) { in set_match_v0_checkentry()139 if (index == IPSET_INVALID_ID) { in set_match_v1_checkentry()267 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0()269 if (info->del_set.index != IPSET_INVALID_ID) in set_target_v0()281 if (info->add_set.index != IPSET_INVALID_ID) { in set_target_v0_checkentry()283 if (index == IPSET_INVALID_ID) { in set_target_v0_checkentry()290 if (info->del_set.index != IPSET_INVALID_ID) { in set_target_v0_checkentry()292 if (index == IPSET_INVALID_ID) { in set_target_v0_checkentry()295 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0_checkentry()303 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0_checkentry()[all …]
609 ip_set_id_t i, index = IPSET_INVALID_ID; in ip_set_get_byname()691 return IPSET_INVALID_ID; in ip_set_nfnl_get_byindex()698 index = IPSET_INVALID_ID; in ip_set_nfnl_get_byindex()784 *id = IPSET_INVALID_ID; in find_set_and_id()792 return (*id == IPSET_INVALID_ID ? NULL : set); in find_set_and_id()810 *index = IPSET_INVALID_ID; in find_free_id()814 if (*index == IPSET_INVALID_ID) in find_free_id()822 if (*index == IPSET_INVALID_ID) in find_free_id()844 ip_set_id_t index = IPSET_INVALID_ID; in ip_set_create()922 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()[all …]
356 struct set_adt_elem e = { .refid = IPSET_INVALID_ID }; in list_set_uadt()372 if (e.id == IPSET_INVALID_ID) in list_set_uadt()395 if (e.refid == IPSET_INVALID_ID) { in list_set_uadt()408 if (e.refid != IPSET_INVALID_ID) in list_set_uadt()
32 if (index == IPSET_INVALID_ID) in em_ipset_change()
227 #define IPSET_INVALID_ID 65535 macro