Searched refs:rtnl_sfq (Results 1 - 2 of 2) sorted by relevance

/external/libnl/lib/route/sch/
H A Dsfq.c42 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 *sf
[all...]
/external/libnl/include/
H A Dnetlink-types.h575 struct rtnl_sfq struct

Completed in 79 milliseconds