OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTNL_TC_PACKETS
(Results
1 - 2
of
2
) sorted by null
/external/libnl/include/netlink/route/
tc.h
63
* uint64_t n = rtnl_tc_get_stat(TC_CAST(class),
RTNL_TC_PACKETS
);
67
RTNL_TC_PACKETS
, /**< Number of packets seen */
/external/libnl/lib/route/
tc.c
112
tc->tc_stats[
RTNL_TC_PACKETS
] = bs->packets;
147
tc->tc_stats[
RTNL_TC_PACKETS
] = st->packets;
891
tc->tc_stats[
RTNL_TC_PACKETS
],
Completed in 293 milliseconds