Searched refs:pps1 (Results 1 - 3 of 3) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_rateest.h28 __u32 pps1; member in struct:xt_rateest_match_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_rateest.h28 __u32 pps1; member in struct:xt_rateest_match_info
/external/iptables/extensions/
H A Dlibxt_rateest.c23 " --rateest-pps1 [pps] Compare pps\n"
49 {.name = "rateest-pps1", .has_arg = false, .val = OPT_RATEEST_PPS1},
177 "rateest: can't specify --rateest-pps1 twice");
190 info->pps1 = val;
362 printf(" %u", info->pps1);
410 __rateest_save_rate(info, "pps", info->pps1, info->pps2, 1);

Completed in 113 milliseconds