OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pps1
(Results
1 - 2
of
2
) 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.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
);
Completed in 40 milliseconds