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

  /external/libnl/lib/route/sch/
dsmark.c 38 static inline struct rtnl_dsmark_qdisc *dsmark_qdisc(struct rtnl_qdisc *qdisc)
40 return (struct rtnl_dsmark_qdisc *) qdisc->q_subdata;
43 static inline struct rtnl_dsmark_qdisc *
47 qdisc->q_subdata = calloc(1, sizeof(struct rtnl_dsmark_qdisc));
64 struct rtnl_dsmark_qdisc *dsmark;
139 struct rtnl_dsmark_qdisc *dsmark = dsmark_qdisc(qdisc);
148 struct rtnl_dsmark_qdisc *dsmark = dsmark_qdisc(qdisc);
177 struct rtnl_dsmark_qdisc *dsmark = dsmark_qdisc(qdisc);
320 struct rtnl_dsmark_qdisc *dsmark;
339 struct rtnl_dsmark_qdisc *dsmark
    [all...]
  /external/libnl/include/
netlink-types.h 534 struct rtnl_dsmark_qdisc struct

Completed in 62 milliseconds