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

  /external/libnl/src/
nl-classid-lookup.c 70 * We use rtnl_tc_str2handle() even while doing a reverse lookup. This
74 if ((err = rtnl_tc_str2handle(name, &classid)) < 0)
  /external/libnl/src/lib/
tc.c 38 if ((err = rtnl_tc_str2handle(arg, &parent)) < 0)
52 if ((err = rtnl_tc_str2handle(arg, &handle)) < 0) {
  /external/libnl/include/netlink/route/
tc.h 107 extern int rtnl_tc_str2handle(const char *, uint32_t *);
  /external/libnl/lib/cli/cls/
basic.c 63 if ((err = rtnl_tc_str2handle(optarg, &target)) < 0)
  /external/libnl/lib/route/
classid.c 154 int rtnl_tc_str2handle(const char *str, uint32_t *res) function
352 if ((err = rtnl_tc_str2handle(tok, &classid)) < 0)
  /external/libnl/python/netlink/route/
capi.i 297 if (rtnl_tc_str2handle(name, &result) < 0)

Completed in 532 milliseconds