OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_tc_get_stat
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/route/
tc.h
63
* uint64_t n =
rtnl_tc_get_stat
(TC_CAST(class), RTNL_TC_PACKETS);
99
extern uint64_t
rtnl_tc_get_stat
(struct rtnl_tc *, enum rtnl_tc_stat);
/external/libnl/python/netlink/route/
capi.i
322
extern uint64_t
rtnl_tc_get_stat
(struct rtnl_tc *, enum rtnl_tc_stat);
tc.py
188
return capi.
rtnl_tc_get_stat
(self._rtnl_tc, id)
/external/libnl/lib/route/
tc.c
551
uint64_t
rtnl_tc_get_stat
(struct rtnl_tc *tc, enum rtnl_tc_stat id)
function
Completed in 59 milliseconds