Searched refs:rtnl_cls_alloc_cache (Results 1 – 4 of 4) sorted by relevance
/external/libnl/src/ |
D | nl-tctree-list.c | 57 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/ |
D | classifier.h | 27 extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
|
/external/libnl/src/lib/ |
D | cls.c | 38 if ((err = rtnl_cls_alloc_cache(sock, ifindex, parent, &cache)) < 0) in nl_cli_cls_alloc_cache()
|
/external/libnl/lib/route/ |
D | cls.c | 327 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, struct nl_cache **res… in rtnl_cls_alloc_cache() function
|