Home
last modified time | relevance | path

Searched defs:hashlimit_cfg3 (Results 1 – 2 of 2) sorted by relevance

/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h81 struct hashlimit_cfg3 { struct
82 __u64 avg; /* Average secs between packets * scale */
83 __u64 burst; /* Period multiplier for upper limit. */
84 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */
87 __u32 size; /* how many buckets */
88 __u32 max; /* max number of entries */
89 __u32 gc_interval; /* gc interval */
90 __u32 expire; /* when do entries expire? */
114 struct hashlimit_cfg3 cfg; argument
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_hashlimit.h84 struct hashlimit_cfg3 { struct
85 __u64 avg; /* Average secs between packets * scale */
86 __u64 burst; /* Period multiplier for upper limit. */
87 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */
90 __u32 size; /* how many buckets */
91 __u32 max; /* max number of entries */
92 __u32 gc_interval; /* gc interval */
93 __u32 expire; /* when do entries expire? */
117 struct hashlimit_cfg3 cfg; argument