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-private/linux/
Dpkt_cls.h119 struct tc_police { struct
120 __u32 index;
121 int action;
128 __u32 limit;
129 __u32 burst;
130 __u32 mtu;
131 struct tc_ratespec rate;
132 struct tc_ratespec peakrate;
133 int refcnt;
134 int bindcnt;
[all …]
/external/kernel-headers/original/uapi/linux/
Dpkt_cls.h104 struct tc_police { struct
105 __u32 index;
106 int action;
113 __u32 limit;
114 __u32 burst;
115 __u32 mtu;
116 struct tc_ratespec rate;
117 struct tc_ratespec peakrate;
118 int refcnt;
119 int bindcnt;
[all …]