Home
last modified time | relevance | path

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

/external/iptables/include/linux/netfilter/
Dxt_limit.h13 struct xt_rateinfo { struct
14 __u32 avg; /* Average secs between packets * scale */
15 __u32 burst; /* Period multiplier for upper limit. */
18 unsigned long prev; /* moved to xt_limit_priv */
19 __u32 credit; /* moved to xt_limit_priv */
20 __u32 credit_cap, cost;
22 struct xt_limit_priv *master;
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_limit.h13 struct xt_rateinfo { struct
14 __u32 avg; /* Average secs between packets * scale */
15 __u32 burst; /* Period multiplier for upper limit. */
18 unsigned long prev; /* moved to xt_limit_priv */
19 __u32 credit; /* moved to xt_limit_priv */
20 __u32 credit_cap, cost;
22 struct xt_limit_priv *master;