Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A 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 …]
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h148 struct tc_police { struct
149 __u32 index;
150 int action;
157 __u32 limit;
158 __u32 burst;
159 __u32 mtu;
160 struct tc_ratespec rate;
161 struct tc_ratespec peakrate;
162 int refcnt;
163 int bindcnt;
[all …]