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

  /external/libnl/lib/route/sch/
tbf.c 2 * lib/route/sch/tbf.c TBF Qdisc
14 * @defgroup tbf Token Bucket Filter (TBF)
29 #include <netlink/route/sch/tbf.h>
59 struct rtnl_tbf *tbf; local
65 tbf = tbf_alloc(q);
66 if (!tbf)
74 tbf->qt_limit = opts.limit;
75 tbf->qt_mpu = opts.rate.mpu
105 struct rtnl_tbf *tbf = tbf_qdisc(qdisc); local
120 struct rtnl_tbf *tbf = tbf_qdisc(qdisc); local
157 struct rtnl_tbf *tbf; local
222 struct rtnl_tbf *tbf; local
265 struct rtnl_tbf *tbf; local
295 struct rtnl_tbf *tbf; local
312 struct rtnl_tbf *tbf; local
331 struct rtnl_tbf *tbf; local
368 struct rtnl_tbf *tbf; local
395 struct rtnl_tbf *tbf; local
411 struct rtnl_tbf *tbf; local
427 struct rtnl_tbf *tbf; local
447 struct rtnl_tbf *tbf; local
475 struct rtnl_tbf *tbf; local
491 struct rtnl_tbf *tbf; local
507 struct rtnl_tbf *tbf; local
    [all...]
  /external/iproute2/man/man8/
Makefile 6 tc-tbf.8 tc.8 rtstat.8 ctstat.8 nstat.8 routef.8 \
  /external/iproute2/examples/
cbq.init-v0.7.3 108 # - PEAK parameter for setting TBF's burst peak rate
254 # LEAF=none|tbf|sfq optional, default "tbf"
257 # class. By default, TBF is used. Note that attaching TBF to CBQ class
258 # shapes the traffic to conform to TBF parameters and prevents the class
274 # have TBF attached to itself and will not be able to borrow unused
282 ### TBF qdisc parameters
303 # single TBF that allows 256Kbit/s would of course allow rate of
313 # Note: Setting TBF as leaf qdisc will effectively prevent the class fro
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 343 rpc_uint32 tbf;
loc_api_common_xdr.c 521 if (!xdr_rpc_uint32 (xdrs, &objp->tbf))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 333 rpc_uint32 tbf;
loc_api_common_xdr.c 505 if (!xdr_rpc_uint32 (xdrs, &objp->tbf))
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 369 rpc_uint32 tbf;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 334 rpc_uint32 tbf; member in struct:rpc_loc_ni_vx_notify_verify_req_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 324 rpc_uint32 tbf; member in struct:rpc_loc_ni_vx_notify_verify_req_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 358 rpc_uint32 tbf; member in struct:rpc_loc_ni_vx_notify_verify_req_s_type
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 435 tc qdisc add dev tunl0 root tbf \
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/src/
loc_api_rpcgen_common_xdr.c 497 if (!xdr_rpc_uint32 (xdrs, &objp->tbf))
    [all...]

Completed in 130 milliseconds