Home
last modified time | relevance | path

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

/linux-6.15/net/netfilter/
H A Dxt_rateest.c49 if (info->flags & XT_RATEEST_MATCH_BPS) in xt_rateest_mt()
55 if (info->flags & XT_RATEEST_MATCH_BPS) in xt_rateest_mt()
61 if (info->flags & XT_RATEEST_MATCH_BPS) in xt_rateest_mt()
82 if (!(info->flags & (XT_RATEEST_MATCH_BPS | XT_RATEEST_MATCH_PPS))) in xt_rateest_mt_checkentry()
/linux-6.15/include/uapi/linux/netfilter/
H A Dxt_rateest.h13 XT_RATEEST_MATCH_BPS = 1<<4, enumerator