Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dxt_set.c90 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()
237 if (info->add_set.index != IPSET_INVALID_ID) { in set_target_v0_checkentry()
239 if (index == IPSET_INVALID_ID) { in set_target_v0_checkentry()
246 if (info->del_set.index != IPSET_INVALID_ID) { in set_target_v0_checkentry()
248 if (index == IPSET_INVALID_ID) { in set_target_v0_checkentry()
251 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0_checkentry()
259 if (info->add_set.index != IPSET_INVALID_ID) in set_target_v0_checkentry()
[all …]
/linux-6.1.9/net/netfilter/ipset/
Dip_set_core.c817 ip_set_id_t i, index = IPSET_INVALID_ID; in ip_set_get_byname()
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()
998 return (*id == IPSET_INVALID_ID ? NULL : set); 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()
1125 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()
[all …]
Dip_set_list_set.c351 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()
/linux-6.1.9/net/sched/
Dem_ipset.c29 if (index == IPSET_INVALID_ID) in em_ipset_change()
/linux-6.1.9/include/uapi/linux/netfilter/ipset/
Dip_set.h234 #define IPSET_INVALID_ID 65535 macro