Home
last modified time | relevance | path

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

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