HomeSort by relevance Sort by last modified time
    Searched refs:tc_stats (Results 1 - 12 of 12) sorted by null

  /external/libnl/lib/route/
tc.c 35 [TCA_STATS] = { .minlen = sizeof(struct tc_stats) },
111 tc->tc_stats[RTNL_TC_BYTES] = bs->bytes;
112 tc->tc_stats[RTNL_TC_PACKETS] = bs->packets;
119 tc->tc_stats[RTNL_TC_RATE_BPS] = re->bps;
120 tc->tc_stats[RTNL_TC_RATE_PPS] = re->pps;
127 tc->tc_stats[RTNL_TC_QLEN] = q->qlen;
128 tc->tc_stats[RTNL_TC_BACKLOG] = q->backlog;
129 tc->tc_stats[RTNL_TC_DROPS] = q->drops;
130 tc->tc_stats[RTNL_TC_REQUEUES] = q->requeues;
131 tc->tc_stats[RTNL_TC_OVERLIMITS] = q->overlimits
    [all...]
  /external/strace/
nlattr.h 67 DECL_NLA(tc_stats); variable
rtnl_tc.c 52 struct tc_stats st;
54 offsetofend(struct tc_stats, backlog);
  /external/strace/tests/
nlattr_tcmsg.c 85 static const struct tc_stats st = {
95 char buf[offsetofend(struct tc_stats, backlog)];
  /external/strace/tests-m32/
nlattr_tcmsg.c 85 static const struct tc_stats st = {
95 char buf[offsetofend(struct tc_stats, backlog)];
  /external/strace/tests-mx32/
nlattr_tcmsg.c 85 static const struct tc_stats st = {
95 char buf[offsetofend(struct tc_stats, backlog)];
  /external/libnl/include/linux-private/linux/
pkt_sched.h 32 struct tc_stats { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 32 struct tc_stats { struct
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 29 struct tc_stats { struct
  /external/iproute2/include/uapi/linux/
pkt_sched.h 33 struct tc_stats { struct
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 33 struct tc_stats { struct
  /external/iproute2/tc/
tc_util.c 778 struct tc_stats st = {};

Completed in 1028 milliseconds