Searched refs:IPSET_INVALID_ID (Results 1 – 5 of 5) sorted by relevance
94 if (index == IPSET_INVALID_ID) { in set_match_v0_checkentry()145 if (index == IPSET_INVALID_ID) { in set_match_v1_checkentry()227 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0()229 if (info->del_set.index != IPSET_INVALID_ID) in set_target_v0()241 if (info->add_set.index != IPSET_INVALID_ID) { in set_target_v0_checkentry()243 if (index == IPSET_INVALID_ID) { in set_target_v0_checkentry()250 if (info->del_set.index != IPSET_INVALID_ID) { in set_target_v0_checkentry()252 if (index == IPSET_INVALID_ID) { in set_target_v0_checkentry()255 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0_checkentry()263 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0_checkentry()[all …]
648 ip_set_id_t i, index = IPSET_INVALID_ID; in ip_set_get_byname()730 return IPSET_INVALID_ID; in ip_set_nfnl_get_byindex()737 index = IPSET_INVALID_ID; in ip_set_nfnl_get_byindex()823 *id = IPSET_INVALID_ID; in find_set_and_id()831 return (*id == IPSET_INVALID_ID ? NULL : set); in find_set_and_id()849 *index = IPSET_INVALID_ID; in find_free_id()853 if (*index == IPSET_INVALID_ID) in find_free_id()861 if (*index == IPSET_INVALID_ID) in find_free_id()882 ip_set_id_t index = IPSET_INVALID_ID; in ip_set_create()960 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()[all …]
351 struct set_adt_elem e = { .refid = IPSET_INVALID_ID }; in list_set_uadt()367 if (e.id == IPSET_INVALID_ID) in list_set_uadt()390 if (e.refid == IPSET_INVALID_ID) { in list_set_uadt()403 if (e.refid != IPSET_INVALID_ID) in list_set_uadt()
32 if (index == IPSET_INVALID_ID) in em_ipset_change()
229 #define IPSET_INVALID_ID 65535 macro