OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_tc_get_handle
(Results
1 - 7
of
7
) sorted by null
/external/libnl/src/
nl-qdisc-list.c
60
list_classes(rtnl_tc_get_ifindex(tc),
rtnl_tc_get_handle
(tc));
61
list_qdiscs(rtnl_tc_get_ifindex(tc),
rtnl_tc_get_handle
(tc));
100
list_cls(rtnl_tc_get_ifindex(tc),
rtnl_tc_get_handle
(tc));
107
list_classes(rtnl_tc_get_ifindex(tc),
rtnl_tc_get_handle
(tc));
nl-tctree-list.c
46
uint32_t parent =
rtnl_tc_get_handle
((struct rtnl_tc *) class);
71
rtnl_tc_set_parent(TC_CAST(filter),
rtnl_tc_get_handle
(tc));
83
uint32_t parent =
rtnl_tc_get_handle
((struct rtnl_tc *) qdisc);
nl-qdisc-delete.c
51
if (
rtnl_tc_get_handle
((struct rtnl_tc *) qdisc) == 0)
/external/libnl/include/netlink/route/
tc.h
94
extern uint32_t
rtnl_tc_get_handle
(struct rtnl_tc *);
/external/libnl/python/netlink/route/
capi.i
317
extern uint32_t
rtnl_tc_get_handle
(struct rtnl_tc *);
tc.py
162
return Handle(capi.
rtnl_tc_get_handle
(self._rtnl_tc))
/external/libnl/lib/route/
tc.c
483
uint32_t
rtnl_tc_get_handle
(struct rtnl_tc *tc)
function
Completed in 73 milliseconds