Searched refs:rtnl_qdisc_get (Results 1 – 5 of 5) 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 | 420 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/ |
D | libnl-route-3.sym | 653 rtnl_qdisc_get;
|
/external/libnl/doc/ |
D | route.txt | 1678 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int, uint32_t); 1708 struct rtnl_qdisc *rtnl_qdisc_get(struct nl_cache *cache, int ifindex, uint32_t handle); 1727 if (!(qdisc = rtnl_qdisc_get(all_qdiscs, ifindex, TC_HANDLE(1, 0))))
|