HomeSort by relevance Sort by last modified time
    Searched full:pps2 (Results 1 - 4 of 4) sorted by null

  /external/iptables/include/linux/netfilter/
xt_rateest.h 30 __u32 pps2; member in struct:xt_rateest_match_info
  /external/iptables/extensions/
libxt_rateest.c 24 " --rateest-pps2 [pps] Compare pps\n"
50 {.name = "rateest-pps2", .has_arg = false, .val = OPT_RATEEST_PPS2},
231 "rateest: can't specify --rateest-pps2 twice");
244 info->pps2 = val;
380 printf(" %u", info->pps2);
399 printf(" %u", info->pps2);
429 printf(" %u", info->pps2);
libxt_rateest.man 16 (\fBrateest\fP minus \fBrateest-pps1\fP) \fIoperator\fP \fBrateest-pps2\fP
28 (\fBrateest2\fP minus \fBrateest-pps2\fP)
68 \fB\-\-rateest\-pps2\fP [\fIvalue\fP]
  /external/iptables/tests/
options-most.rules 168 #-A zmatches -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-lt --rateest-pps2 9
169 #-A zmatches -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-eq --rateest-pps2 9
170 #-A zmatches -m rateest --rateest-delta --rateest RE1 --rateest-pps1 8 --rateest-gt --rateest-pps2 9

Completed in 2139 milliseconds