Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_hashlimit.h70 struct hashlimit_cfg2 { struct
71 __u64 avg; /* Average secs between packets * scale */
72 __u64 burst; /* Period multiplier for upper limit. */
73 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */
76 __u32 size; /* how many buckets */
77 __u32 max; /* max number of entries */
78 __u32 gc_interval; /* gc interval */
79 __u32 expire; /* when do entries expire? */
81 __u8 srcmask, dstmask;
/external/iptables/include/linux/netfilter/
Dxt_hashlimit.h67 struct hashlimit_cfg2 { struct
68 __u64 avg; /* Average secs between packets * scale */
69 __u64 burst; /* Period multiplier for upper limit. */
70 __u32 mode; /* bitmask of XT_HASHLIMIT_HASH_* */
73 __u32 size; /* how many buckets */
74 __u32 max; /* max number of entries */
75 __u32 gc_interval; /* gc interval */
76 __u32 expire; /* when do entries expire? */
78 __u8 srcmask, dstmask;