Home
last modified time | relevance | path

Searched refs:XT_RATEEST_MATCH_INVERT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_rateest.h9 XT_RATEEST_MATCH_INVERT = 1<<0, enumerator
/openbmc/linux/net/netfilter/
H A Dxt_rateest.c68 ret ^= info->flags & XT_RATEEST_MATCH_INVERT ? true : false; in xt_rateest_mt()