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

  /external/libnl/include/netlink/route/
tc.h 89 extern void rtnl_tc_set_overhead(struct rtnl_tc *, uint32_t);
  /external/libnl/src/lib/
tc.c 76 rtnl_tc_set_overhead(tc, nl_cli_parse_u32(arg));
  /external/libnl/lib/route/qdisc/
tbf.c 68 rtnl_tc_set_overhead(tc, tbf->qt_rate.rs_overhead);
htb.c 97 rtnl_tc_set_overhead(tc, htb->ch_rate.rs_overhead);
  /external/libnl/python/netlink/route/
capi.i 312 extern void rtnl_tc_set_overhead(struct rtnl_tc *, uint32_t);
tc.py 149 capi.rtnl_tc_set_overhead(self._rtnl_tc, int(value))
  /external/libnl/lib/route/
tc.c 415 void rtnl_tc_set_overhead(struct rtnl_tc *tc, uint32_t overhead) function
425 * @return The overhead previously set by rtnl_tc_set_overhead() or 0.

Completed in 91 milliseconds