Searched refs:rtnl_qdisc_get_by_parent (Results 1 - 4 of 4) sorted by relevance
/external/libnl/src/ |
H A D | nl-tctree-list.c | 94 qdisc = rtnl_qdisc_get_by_parent(qdisc_cache, ifindex, TC_H_ROOT); 100 qdisc = rtnl_qdisc_get_by_parent(qdisc_cache, ifindex, 0); 106 qdisc = rtnl_qdisc_get_by_parent(qdisc_cache, ifindex, TC_H_INGRESS);
|
/external/libnl/include/netlink/route/ |
H A D | qdisc.h | 32 extern struct rtnl_qdisc *rtnl_qdisc_get_by_parent(struct nl_cache *,
|
/external/libnl/lib/route/ |
H A D | class_obj.c | 145 leaf = rtnl_qdisc_get_by_parent(cache, class->c_ifindex,
|
H A D | qdisc.c | 398 struct rtnl_qdisc * rtnl_qdisc_get_by_parent(struct nl_cache *cache, function
|
Completed in 209 milliseconds