IPSET_FLAG_EXIST  371 include/linux/netfilter/ipset/ip_set.h 	return ret == -IPSET_ERR_EXIST && (flags & IPSET_FLAG_EXIST);
IPSET_FLAG_EXIST  143 net/netfilter/ipset/ip_set_bitmap_gen.h 		} else if (!(flags & IPSET_FLAG_EXIST)) {
IPSET_FLAG_EXIST  152 net/netfilter/ipset/ip_set_bitmap_ipmac.c 			    (flags & IPSET_FLAG_EXIST) &&
IPSET_FLAG_EXIST  805 net/netfilter/ipset/ip_set_core.c 	return nlh->nlmsg_flags & NLM_F_EXCL ? 0 : IPSET_FLAG_EXIST;
IPSET_FLAG_EXIST  972 net/netfilter/ipset/ip_set_core.c 		if ((flags & IPSET_FLAG_EXIST) &&
IPSET_FLAG_EXIST 1537 net/netfilter/ipset/ip_set_core.c 	bool eexist = flags & IPSET_FLAG_EXIST, retried = false;
IPSET_FLAG_EXIST  864 net/netfilter/ipset/ip_set_hash_gen.h 	bool flag_exist = flags & IPSET_FLAG_EXIST;
IPSET_FLAG_EXIST  238 net/netfilter/ipset/ip_set_list_set.c 	bool flag_exist = flags & IPSET_FLAG_EXIST;