Searched refs:rtnl_cls_alloc_cache (Results 1 – 5 of 5) sorted by relevance
/external/libnl/src/ |
D | nl-tctree-list.c | 55 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()
|
D | nl-cls-list.c | 50 err = rtnl_cls_alloc_cache(sock, ifindex, rtnl_cls_get_parent(cls), in print_cls()
|
D | nl-cls-delete.c | 121 err = rtnl_cls_alloc_cache(sock, rtnl_cls_get_ifindex(cls), in main()
|
/external/libnl/include/netlink/route/ |
D | classifier.h | 29 extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
|
/external/libnl/lib/route/ |
D | cls.c | 294 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, struct nl_cache **res… in rtnl_cls_alloc_cache() function
|