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

  /external/libnl/lib/route/sch/
tbf.c 38 static inline struct rtnl_tbf *tbf_qdisc(struct rtnl_qdisc *qdisc)
40 return (struct rtnl_tbf *) qdisc->q_subdata;
43 static inline struct rtnl_tbf *tbf_alloc(struct rtnl_qdisc *qdisc)
46 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_tbf));
59 struct rtnl_tbf *tbf;
105 struct rtnl_tbf *tbf = tbf_qdisc(qdisc);
120 struct rtnl_tbf *tbf = tbf_qdisc(qdisc);
157 struct rtnl_tbf *tbf;
222 struct rtnl_tbf *tbf;
265 struct rtnl_tbf *tbf
    [all...]
  /external/libnl/include/
netlink-types.h 562 struct rtnl_tbf struct

Completed in 32 milliseconds