Searched defs:hashlimit_cfg1 (Results 1 – 2 of 2) sorted by relevance
52 struct hashlimit_cfg1 { struct53 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */54 __u32 avg; /* Average secs between packets * scale */55 __u32 burst; /* Period multiplier for upper limit. */58 __u32 size; /* how many buckets */82 struct hashlimit_cfg1 cfg; argument
56 struct hashlimit_cfg1 { struct57 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */58 __u32 avg; /* Average secs between packets * scale */59 __u32 burst; /* Period multiplier for upper limit. */62 __u32 size; /* how many buckets */63 __u32 max; /* max number of entries */64 __u32 gc_interval; /* gc interval */65 __u32 expire; /* when do entries expire? */67 __u8 srcmask, dstmask;