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

  /external/libnl/include/netlink/
utils.h 42 extern double nl_cancel_down_bytes(unsigned long long, char **);
  /external/libnl/lib/route/sch/
tbf.c 110 r = nl_cancel_down_bytes(tbf->qt_rate.rs_rate, &ru);
112 lim = nl_cancel_down_bytes(tbf->qt_limit, &limu);
127 double bs = nl_cancel_down_bytes(tbf->qt_rate_bucket, &bu);
128 double cl = nl_cancel_down_bytes(1 << tbf->qt_rate.rs_cell_log,
141 pr = nl_cancel_down_bytes(tbf->qt_peakrate.rs_rate, &pru);
fifo.c 97 r = nl_cancel_down_bytes(fifo->qf_limit, &unit);
htb.c 169 r = nl_cancel_down_bytes(d->ch_rate.rs_rate, &ru);
190 r = nl_cancel_down_bytes(d->ch_ceil.rs_rate, &ru);
207 b = nl_cancel_down_bytes(d->ch_rbuffer, &bu);
215 b = nl_cancel_down_bytes(d->ch_cbuffer, &bu);
cbq.c 166 r = nl_cancel_down_bytes(cbq->cbq_rate.rate, &ru);
  /external/libnl/lib/route/
tc.c 224 res = nl_cancel_down_bytes(g->tc_stats[RTNL_TC_BYTES], &unit);
235 res = nl_cancel_down_bytes(g->tc_stats[RTNL_TC_RATE_BPS], &unit);
link.c 517 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_RX_BYTES], &unit);
529 res = nl_cancel_down_bytes(link->l_stats[RTNL_LINK_TX_BYTES], &unit);
    [all...]
  /external/libnl/lib/netfilter/
ct_obj.c 264 res = nl_cancel_down_bytes(nfnl_ct_get_bytes(ct, 1), &unit);
268 res = nl_cancel_down_bytes(nfnl_ct_get_bytes(ct, 0), &unit);
  /external/libnl/lib/
utils.c 103 double nl_cancel_down_bytes(unsigned long long l, char **unit) function

Completed in 66 milliseconds