Home
last modified time | relevance | path

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

/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h52 struct hashlimit_cfg1 { struct
53 __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
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_hashlimit.h56 struct hashlimit_cfg1 { struct
57 __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;