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

  /external/iptables/include/linux/netfilter/
xt_rateest.h 28 __u32 pps1; member in struct:xt_rateest_match_info
  /external/iptables/extensions/
libxt_rateest.man 16 (\fBrateest\fP minus \fBrateest-pps1\fP) \fIoperator\fP \fBrateest-pps2\fP
27 (\fBrateest1\fP minus \fBrateest-pps1\fP) \fIoperator\fP
66 \fB\-\-rateest\-pps1\fP [\fIvalue\fP]
libxt_rateest.c 22 " --rateest-pps1 [pps] Compare pps\n"
48 {.name = "rateest-pps1", .has_arg = false, .val = OPT_RATEEST_PPS1},
182 "rateest: can't specify --rateest-pps1 twice");
195 info->pps1 = val;
377 printf(" %u", info->pps1);
  /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 121 milliseconds