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 …]
898 return IPSET_INVALID_ID; in ip_set_nfnl_get_byindex()905 index = IPSET_INVALID_ID; in ip_set_nfnl_get_byindex()990 *id = IPSET_INVALID_ID; in find_set_and_id()1016 *index = IPSET_INVALID_ID; in find_free_id()1020 if (*index == IPSET_INVALID_ID) in find_free_id()1028 if (*index == IPSET_INVALID_ID) in find_free_id()1045 ip_set_id_t index = IPSET_INVALID_ID; in ip_set_create()2000 ip_set_id_t id = IPSET_INVALID_ID; in ip_set_byname()2008 if (id == IPSET_INVALID_ID) in ip_set_byname()2045 ip_set_id_t id = IPSET_INVALID_ID; in ip_set_byindex()[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()
29 if (index == IPSET_INVALID_ID) in em_ipset_change()
236 #define IPSET_INVALID_ID 65535 macro
Completed in 13 milliseconds