Home
last modified time | relevance | path

Searched refs:rtnl_cls_alloc_cache (Results 1 – 4 of 4) sorted by relevance

/external/libnl/src/
Dnl-tctree-list.c57 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0) in print_class()
90 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0) in print_qdisc()
/external/libnl/include/netlink/route/
Dclassifier.h27 extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
/external/libnl/src/lib/
Dcls.c38 if ((err = rtnl_cls_alloc_cache(sock, ifindex, parent, &cache)) < 0) in nl_cli_cls_alloc_cache()
/external/libnl/lib/route/
Dcls.c327 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, struct nl_cache **res… in rtnl_cls_alloc_cache() function