Home
last modified time | relevance | path

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

/external/iptables/include/linux/netfilter/
Dxt_rateest.h22 struct xt_rateest_match_info { struct
23 char name1[IFNAMSIZ];
24 char name2[IFNAMSIZ];
25 __u16 flags;
26 __u16 mode;
27 __u32 bps1;
28 __u32 pps1;
29 __u32 bps2;
30 __u32 pps2;
33 struct xt_rateest *est1 __attribute__((aligned(8)));
[all …]
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_rateest.h22 struct xt_rateest_match_info { struct
23 char name1[IFNAMSIZ];
24 char name2[IFNAMSIZ];
25 __u16 flags;
26 __u16 mode;
27 __u32 bps1;
28 __u32 pps1;
29 __u32 bps2;
30 __u32 pps2;
33 struct xt_rateest *est1 __attribute__((aligned(8)));
[all …]