Searched refs:rtnl_qdisc_get_by_parent (Results 1 – 6 of 6) sorted by relevance
/external/libnl/src/ |
D | nl-tctree-list.c | 110 qdisc = rtnl_qdisc_get_by_parent(qdisc_cache, ifindex, TC_H_ROOT); in print_link() 116 qdisc = rtnl_qdisc_get_by_parent(qdisc_cache, ifindex, 0); in print_link() 122 qdisc = rtnl_qdisc_get_by_parent(qdisc_cache, ifindex, TC_H_INGRESS); in print_link()
|
/external/libnl/include/netlink/route/ |
D | qdisc.h | 35 rtnl_qdisc_get_by_parent(struct nl_cache *, int, uint32_t);
|
/external/libnl/lib/route/ |
D | class.c | 285 leaf = rtnl_qdisc_get_by_parent(cache, class->c_ifindex, in rtnl_class_leaf_qdisc()
|
D | qdisc.c | 387 struct rtnl_qdisc *rtnl_qdisc_get_by_parent(struct nl_cache *cache, in rtnl_qdisc_get_by_parent() function
|
/external/libnl/python/netlink/route/ |
D | capi.i | 378 rtnl_qdisc_get_by_parent(struct nl_cache *, int, uint32_t);
|
/external/libnl/doc/ |
D | route.txt | 1580 struct rtnl_qdisc *rtnl_qdisc_get_by_parent(struct nl_cache *, int, uint32_t); 1614 struct rtnl_qdisc *rtnl_qdisc_get_by_parent(struct nl_cache *cache, int ifindex , uint32_t parent);
|