Home
last modified time | relevance | path

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

/external/libnl/src/
Dnl-tctree-list.c55 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0) in print_class()
74 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0) in print_qdisc()
Dnl-cls-list.c50 err = rtnl_cls_alloc_cache(sock, ifindex, rtnl_cls_get_parent(cls), in print_cls()
Dnl-cls-delete.c121 err = rtnl_cls_alloc_cache(sock, rtnl_cls_get_ifindex(cls), in main()
/external/libnl/include/netlink/route/
Dclassifier.h29 extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
/external/libnl/lib/route/
Dcls.c294 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, struct nl_cache **res… in rtnl_cls_alloc_cache() function