Home
last modified time | relevance | path

Searched refs:rtnl_red (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/sch/
Dred.c37 static inline struct rtnl_red *red_qdisc(struct rtnl_qdisc *qdisc) in red_qdisc()
39 return (struct rtnl_red *) qdisc->q_subdata; in red_qdisc()
42 static inline struct rtnl_red *red_alloc(struct rtnl_qdisc *qdisc) in red_alloc()
45 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_red)); in red_alloc()
57 struct rtnl_red *red; in red_msg_parser()
94 struct rtnl_red *red = red_qdisc(qdisc); in red_dump_line()
103 struct rtnl_red *red = red_qdisc(qdisc); in red_dump_details()
112 struct rtnl_red *red = red_qdisc(qdisc); in red_dump_stats()
121 struct rtnl_red *red; in red_get_opts()
161 struct rtnl_red *red; in rtnl_red_set_limit()
[all …]
/external/libnl/include/
Dnetlink-types.h656 struct rtnl_red struct