Home
last modified time | relevance | path

Searched refs:tc_stats (Results 1 – 6 of 6) sorted by relevance

/external/libnl/lib/route/
Dtc.c35 [TCA_STATS] = { .minlen = sizeof(struct tc_stats) },
111 tc->tc_stats[RTNL_TC_BYTES] = bs->bytes; in rtnl_tc_msg_parse()
112 tc->tc_stats[RTNL_TC_PACKETS] = bs->packets; in rtnl_tc_msg_parse()
119 tc->tc_stats[RTNL_TC_RATE_BPS] = re->bps; in rtnl_tc_msg_parse()
120 tc->tc_stats[RTNL_TC_RATE_PPS] = re->pps; in rtnl_tc_msg_parse()
127 tc->tc_stats[RTNL_TC_QLEN] = q->qlen; in rtnl_tc_msg_parse()
128 tc->tc_stats[RTNL_TC_BACKLOG] = q->backlog; in rtnl_tc_msg_parse()
129 tc->tc_stats[RTNL_TC_DROPS] = q->drops; in rtnl_tc_msg_parse()
130 tc->tc_stats[RTNL_TC_REQUEUES] = q->requeues; in rtnl_tc_msg_parse()
131 tc->tc_stats[RTNL_TC_OVERLIMITS] = q->overlimits; in rtnl_tc_msg_parse()
[all …]
/external/libnl/include/linux-private/linux/
Dpkt_sched.h32 struct tc_stats { struct
/external/iproute2/include/linux/
Dpkt_sched.h32 struct tc_stats { struct
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h32 struct tc_stats { struct
/external/iproute2/tc/
Dtc_util.c578 struct tc_stats st; in print_tcstats_attr()
/external/libnl/doc/
Droute.txt1407 Generic statistics, see <<tc_stats>> for additional information.
1414 [[tc_stats]]