Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_set.c89 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 …]
/linux-4.4.14/net/netfilter/ipset/
Dip_set_core.c609 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 …]
Dip_set_list_set.c356 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()
/linux-4.4.14/net/sched/
Dem_ipset.c32 if (index == IPSET_INVALID_ID) in em_ipset_change()
/linux-4.4.14/include/uapi/linux/netfilter/ipset/
Dip_set.h227 #define IPSET_INVALID_ID 65535 macro