Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_bitmap_gen.h158 if (SET_WITH_COUNTER(set)) in mtype_add()
H A Dip_set_core.c481 if (!SET_WITH_COUNTER(set)) in ip_set_get_extensions()
570 if (SET_WITH_COUNTER(set) && in ip_set_put_extensions()
639 if (SET_WITH_COUNTER(set)) { in ip_set_match_extensions()
1456 if (SET_WITH_COUNTER(set)) in ip_set_put_flags()
H A Dip_set_list_set.c224 if (SET_WITH_COUNTER(set)) in list_set_init_extensions()
H A Dip_set_hash_gen.h977 if (SET_WITH_COUNTER(set)) in mtype_add()
/openbmc/linux/include/linux/netfilter/ipset/
H A Dip_set.h65 #define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER) macro