Searched refs:rtnl_qdisc_get (Results 1 – 4 of 4) sorted by relevance
/external/libnl/include/netlink/route/ |
D | qdisc.h | 32 rtnl_qdisc_get(struct nl_cache *, int, uint32_t);
|
/external/libnl/lib/route/ |
D | qdisc.c | 419 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int ifindex, in rtnl_qdisc_get() function
|
/external/libnl/python/netlink/route/ |
D | capi.i | 375 rtnl_qdisc_get(struct nl_cache *, int, uint32_t);
|
/external/libnl/doc/ |
D | route.txt | 1578 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int, uint32_t); 1608 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int ifindex, uint32_t handle); 1627 if (!(qdisc = rtnl_qdisc_get(all_qdiscs, ifindex, TC_HANDLE(1, 0))))
|