Searched refs:IPSET_INVALID_ID (Results 1 – 5 of 5) sorted by relevance
90 if (index == IPSET_INVALID_ID) { in set_match_v0_checkentry()141 if (index == IPSET_INVALID_ID) { in set_match_v1_checkentry()223 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0()225 if (info->del_set.index != IPSET_INVALID_ID) in set_target_v0()239 if (index == IPSET_INVALID_ID) { in set_target_v0_checkentry()248 if (index == IPSET_INVALID_ID) { in set_target_v0_checkentry()314 if (index == IPSET_INVALID_ID) { in set_target_v1_checkentry()323 if (index == IPSET_INVALID_ID) { in set_target_v1_checkentry()443 if (index == IPSET_INVALID_ID) { in set_target_v3_checkentry()453 if (index == IPSET_INVALID_ID) { in set_target_v3_checkentry()[all …]
907 return IPSET_INVALID_ID; in ip_set_nfnl_get_byindex()914 index = IPSET_INVALID_ID; in ip_set_nfnl_get_byindex()999 *id = IPSET_INVALID_ID; in find_set_and_id()1025 *index = IPSET_INVALID_ID; in find_free_id()1029 if (*index == IPSET_INVALID_ID) in find_free_id()1037 if (*index == IPSET_INVALID_ID) in find_free_id()1054 ip_set_id_t index = IPSET_INVALID_ID; in ip_set_create()2053 ip_set_id_t id = IPSET_INVALID_ID; in ip_set_byname()2061 if (id == IPSET_INVALID_ID) in ip_set_byname()2098 ip_set_id_t id = IPSET_INVALID_ID; in ip_set_byindex()[all …]
355 struct set_adt_elem e = { .refid = IPSET_INVALID_ID }; in list_set_uadt()371 if (e.id == IPSET_INVALID_ID) in list_set_uadt()394 if (e.refid == IPSET_INVALID_ID) { in list_set_uadt()407 if (e.refid != IPSET_INVALID_ID) in list_set_uadt()
29 if (index == IPSET_INVALID_ID) in em_ipset_change()
236 #define IPSET_INVALID_ID 65535 macro