Home
last modified time | relevance | path

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

/external/libnl/include/linux-private/linux/
Dpkt_sched.h334 struct tc_htb_xstats { struct
335 __u32 lends;
336 __u32 borrows;
337 __u32 giants; /* too big packets (rate will not be accurate) */
338 __u32 tokens;
339 __u32 ctokens;
/external/iproute2/include/uapi/linux/
Dpkt_sched.h379 struct tc_htb_xstats { struct
380 __u32 lends;
381 __u32 borrows;
382 __u32 giants; /* too big packets (rate will not be accurate) */
383 __u32 tokens;
384 __u32 ctokens;
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h422 struct tc_htb_xstats { struct
423 __u32 lends;
424 __u32 borrows;
425 __u32 giants; /* unused since 'Make HTB scheduler work with TSO.' */
426 __s32 tokens;
427 __s32 ctokens;