Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A 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