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

  /external/libnl/lib/route/sch/
sfq.c 42 static inline struct rtnl_sfq *sfq_qdisc(struct rtnl_qdisc *qdisc)
44 return (struct rtnl_sfq *) qdisc->q_subdata;
47 static inline struct rtnl_sfq *sfq_alloc(struct rtnl_qdisc *qdisc)
50 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_sfq));
57 struct rtnl_sfq *sfq;
92 struct rtnl_sfq *sfq = sfq_qdisc(qdisc);
101 struct rtnl_sfq *sfq = sfq_qdisc(qdisc);
110 struct rtnl_sfq *sfq;
149 struct rtnl_sfq *sfq;
168 struct rtnl_sfq *sfq
    [all...]
  /external/libnl/include/
netlink-types.h 575 struct rtnl_sfq struct

Completed in 658 milliseconds