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

  /external/libnl/src/
nl-tctree-list.c 45 struct nl_cache *cls_cache; local
57 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0)
61 nl_cache_dump(cls_cache, &params);
62 nl_cache_free(cls_cache);
82 struct nl_cache *cls_cache; local
90 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0)
94 nl_cache_dump(cls_cache, &params);
95 nl_cache_free(cls_cache);
nl-qdisc-list.c 82 struct nl_cache *cls_cache; local
84 cls_cache = nl_cli_cls_alloc_cache(sock, ifindex, parent);
87 nl_cache_dump(cls_cache, &params);
90 nl_cache_free(cls_cache);

Completed in 325 milliseconds