Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dxt_set.c192 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; in set_match_v3()
197 if (!(ret && opt.cmdflags & IPSET_FLAG_MATCH_COUNTERS)) in set_match_v3()
239 opt.cmdflags |= IPSET_FLAG_MATCH_COUNTERS; in set_match_v4()
244 if (!(ret && opt.cmdflags & IPSET_FLAG_MATCH_COUNTERS)) in set_match_v4()
/linux-4.4.14/include/uapi/linux/netfilter/ipset/
Dip_set.h174 IPSET_FLAG_MATCH_COUNTERS = (1 << IPSET_FLAG_BIT_MATCH_COUNTERS), enumerator
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h327 if (flags & IPSET_FLAG_MATCH_COUNTERS) { in ip_set_update_counter()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_list_set.c61 opt->cmdflags &= ~IPSET_FLAG_MATCH_COUNTERS; in list_set_ktest()