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

  /external/libnl/include/netlink/route/
tc.h 90 extern uint32_t rtnl_tc_get_overhead(struct rtnl_tc *);
  /external/libnl/lib/route/
tc.c 427 uint32_t rtnl_tc_get_overhead(struct rtnl_tc *tc) function
700 spec->rs_overhead = rtnl_tc_get_overhead(tc);
  /external/libnl/python/netlink/route/
capi.i 313 extern uint32_t rtnl_tc_get_overhead(struct rtnl_tc *);
tc.py 145 return capi.rtnl_tc_get_overhead(self._rtnl_tc)

Completed in 88 milliseconds