HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_cls_alloc_cache (Results 1 - 4 of 4) sorted by null

  /external/libnl/include/netlink/route/
classifier.h 27 extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
  /external/libnl/src/lib/
cls.c 38 if ((err = rtnl_cls_alloc_cache(sock, ifindex, parent, &cache)) < 0)
  /external/libnl/src/
nl-tctree-list.c 57 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0)
90 if (rtnl_cls_alloc_cache(sock, ifindex, parent, &cls_cache) < 0)
  /external/libnl/lib/route/
cls.c 327 int rtnl_cls_alloc_cache(struct nl_sock *sk, int ifindex, uint32_t parent, struct nl_cache **result) function

Completed in 8950 milliseconds