Home
last modified time | relevance | path

Searched refs:RTNL_TC_DROPS (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/route/
Dtc.h73 RTNL_TC_DROPS, /**< Total number of packets dropped */ enumerator
/external/libnl/lib/route/
Dtc.c136 tc->tc_stats[RTNL_TC_DROPS] = q->drops; in rtnl_tc_msg_parse()
160 tc->tc_stats[RTNL_TC_DROPS] = st->drops; in rtnl_tc_msg_parse()
620 __ADD(RTNL_TC_DROPS, drops),
959 tc->tc_stats[RTNL_TC_DROPS], in rtnl_tc_dump_stats()
/external/libnl/doc/
Droute.txt1531 | RTNL_TC_DROPS | Counter | # of packets dropped
1546 drops = rtnl_tc_get_stat(TC_CAST(qdisc), RTNL_TC_DROPS);