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

  /external/libnl/lib/route/sch/
blackhole.c 30 rtnl_qdisc_register(&blackhole_ops);
fifo.c 189 rtnl_qdisc_register(&pfifo_ops);
190 rtnl_qdisc_register(&bfifo_ops);
prio.c 316 rtnl_qdisc_register(&prio_ops);
317 rtnl_qdisc_register(&pfifo_fast_ops);
red.c 204 rtnl_qdisc_register(&red_ops);
sfq.c 281 rtnl_qdisc_register(&sfq_ops);
cbq.c 288 rtnl_qdisc_register(&cbq_qdisc_ops);
dsmark.c 443 rtnl_qdisc_register(&dsmark_qdisc_ops);
htb.c 536 rtnl_qdisc_register(&htb_qdisc_ops);
tbf.c 531 rtnl_qdisc_register(&tbf_qdisc_ops);
netem.c 931 rtnl_qdisc_register(&netem_ops);
  /external/libnl/include/netlink/route/
qdisc-modules.h 66 extern int rtnl_qdisc_register(struct rtnl_qdisc_ops *);
  /external/libnl/lib/route/
qdisc_api.c 40 int rtnl_qdisc_register(struct rtnl_qdisc_ops *qops) function

Completed in 110 milliseconds