Searched refs:rtnl_cls_alloc_cache (Results 1 – 5 of 5) sorted by relevance
/external/libnl/src/ |
D | nl-tctree-list.c | 60 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/ |
D | classifier.h | 27 extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
|
/external/libnl/src/lib/ |
D | cls.c | 39 if ((err = rtnl_cls_alloc_cache(sock, ifindex, parent, &cache)) < 0) in nl_cli_cls_alloc_cache()
|
/external/libnl/lib/route/ |
D | cls.c | 328 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, in rtnl_cls_alloc_cache() function
|
/external/libnl/ |
D | libnl-route-3.sym | 153 rtnl_cls_alloc_cache;
|