Searched defs:xt_rateest_match_info (Results 1 – 2 of 2) sorted by relevance
22 struct xt_rateest_match_info { struct23 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 …]