HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_qdisc_get_by_parent (Results 1 - 4 of 4) sorted by null

  /external/libnl/src/
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/
qdisc.h 32 extern struct rtnl_qdisc *rtnl_qdisc_get_by_parent(struct nl_cache *,
  /external/libnl/lib/route/
class_obj.c 145 leaf = rtnl_qdisc_get_by_parent(cache, class->c_ifindex,
qdisc.c 398 struct rtnl_qdisc * rtnl_qdisc_get_by_parent(struct nl_cache *cache, function

Completed in 123 milliseconds