Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A 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/net/netfilter/ipset/
H A Dip_set_core.c826 ip_set_id_t i, index = IPSET_INVALID_ID; in ip_set_get_byname()
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()
1007 return (*id == IPSET_INVALID_ID ? NULL : set); 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()
1134 if (i < inst->ip_set_max || i == IPSET_INVALID_ID) in ip_set_create()
[all...]
/linux/net/sched/
H A Dem_ipset.c29 if (index == IPSET_INVALID_ID) in em_ipset_change()
/linux/include/uapi/linux/netfilter/ipset/
H A Dip_set.h231 * and IPSET_INVALID_ID if you want to increase the max number of sets.
236 #define IPSET_INVALID_ID 65535 macro