Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/netfilter/
Dxt_rateest.h7 XT_RATEEST_MATCH_INVERT = 1<<0, enumerator
/linux-4.4.14/net/netfilter/
Dxt_rateest.c73 ret ^= info->flags & XT_RATEEST_MATCH_INVERT ? true : false; in xt_rateest_mt()