Searched refs:qdisc_cache (Results 1 - 3 of 3) sorted by relevance

/external/libnl/src/
H A Dnl-tctree-list.c18 static struct nl_cache *qdisc_cache, *class_cache; variable in typeref:struct:nl_cache
49 leaf = rtnl_class_leaf_qdisc(class, qdisc_cache);
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);
122 qdisc_cache = nl_cli_qdisc_alloc_cache(sock);
H A Dnl-qdisc-delete.c67 struct nl_cache *link_cache, *qdisc_cache; local
72 qdisc_cache = nl_cli_qdisc_alloc_cache(sock);
110 nl_cache_foreach_filter(qdisc_cache, OBJ_CAST(qdisc), delete_cb, NULL);
H A Dnl-qdisc-list.c41 struct nl_cache *link_cache, *qdisc_cache; local
50 qdisc_cache = nl_cli_qdisc_alloc_cache(sock);
87 nl_cache_dump_filter(qdisc_cache, &params, OBJ_CAST(qdisc));

Completed in 798 milliseconds