Searched refs:cls_cache (Results 1 – 2 of 2) sorted by relevance
/external/libnl/src/ |
D | nl-tctree-list.c | 45 struct nl_cache *cls_cache; in print_class() local 57 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0) in print_class() 61 nl_cache_dump(cls_cache, ¶ms); in print_class() 62 nl_cache_free(cls_cache); in print_class() 82 struct nl_cache *cls_cache; in print_qdisc() local 90 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0) in print_qdisc() 94 nl_cache_dump(cls_cache, ¶ms); in print_qdisc() 95 nl_cache_free(cls_cache); in print_qdisc()
|
D | nl-qdisc-list.c | 82 struct nl_cache *cls_cache; in list_cls() local 84 cls_cache = nl_cli_cls_alloc_cache(sock, ifindex, parent); in list_cls() 87 nl_cache_dump(cls_cache, ¶ms); in list_cls() 90 nl_cache_free(cls_cache); in list_cls()
|