Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dpkt_cls.h74 struct tc_police { struct
75 __u32 index;
76 int action;
83 __u32 limit;
84 __u32 burst;
85 __u32 mtu;
86 struct tc_ratespec rate;
87 struct tc_ratespec peakrate;
88 int refcnt;
89 int bindcnt;
[all …]
/external/libnl/include/linux-private/linux/
Dpkt_cls.h76 struct tc_police { struct
77 __u32 index;
78 int action;
85 __u32 limit;
86 __u32 burst;
87 __u32 mtu;
88 struct tc_ratespec rate;
89 struct tc_ratespec peakrate;
90 int refcnt;
91 int bindcnt;
[all …]
/external/kernel-headers/original/uapi/linux/
Dpkt_cls.h144 struct tc_police { struct
145 __u32 index;
146 int action;
153 __u32 limit;
154 __u32 burst;
155 __u32 mtu;
156 struct tc_ratespec rate;
157 struct tc_ratespec peakrate;
158 int refcnt;
159 int bindcnt;
[all …]