Home
last modified time | relevance | path

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

/net/netfilter/
Dxt_rateest.c19 u_int32_t bps1, bps2, pps1, pps2; in xt_rateest_mt() local
25 bps1 = info->bps1 >= sample.bps ? info->bps1 - sample.bps : 0; in xt_rateest_mt()
28 bps1 = sample.bps; in xt_rateest_mt()
50 ret &= bps1 < bps2; in xt_rateest_mt()
56 ret &= bps1 > bps2; in xt_rateest_mt()
62 ret &= bps1 == bps2; in xt_rateest_mt()