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.c60 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0) in print_class()
93 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.c39 if ((err = rtnl_cls_alloc_cache(sock, ifindex, parent, &cache)) < 0) in nl_cli_cls_alloc_cache()
/external/libnl/lib/route/
Dcls.c328 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, in rtnl_cls_alloc_cache() function
/external/libnl/
Dlibnl-route-3.sym153 rtnl_cls_alloc_cache;