Home
last modified time | relevance | path

Searched defs:tc_police (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/linux/
Dpkt_cls.h49 struct tc_police { struct
50 __u32 index;
51 int action;
58 __u32 limit;
59 __u32 burst;
60 __u32 mtu;
61 struct tc_ratespec rate;
62 struct tc_ratespec peakrate;
63 int refcnt;
64 int bindcnt;
[all …]
/external/libnl/include/linux/
Dpkt_cls.h121 struct tc_police struct
123 __u32 index;
124 int action;
131 __u32 limit;
132 __u32 burst;
133 __u32 mtu;
134 struct tc_ratespec rate;
135 struct tc_ratespec peakrate;
136 int refcnt;
137 int bindcnt;
[all …]
/external/kernel-headers/original/uapi/linux/
Dpkt_cls.h103 struct tc_police { struct
104 __u32 index;
105 int action;
112 __u32 limit;
113 __u32 burst;
114 __u32 mtu;
115 struct tc_ratespec rate;
116 struct tc_ratespec peakrate;
117 int refcnt;
118 int bindcnt;
[all …]