HomeSort by relevance Sort by last modified time
    Searched full:rtnl_tc_unregister (Results 1 - 20 of 20) sorted by null

  /external/libnl/lib/route/qdisc/
blackhole.c 34 rtnl_tc_unregister(&blackhole_ops);
ingress.c 61 rtnl_tc_unregister(&ingress_ops);
fifo.c 165 rtnl_tc_unregister(&pfifo_ops);
166 rtnl_tc_unregister(&bfifo_ops);
cbq.c 200 rtnl_tc_unregister(&cbq_qdisc_ops);
201 rtnl_tc_unregister(&cbq_class_ops);
prio.c 290 rtnl_tc_unregister(&prio_ops);
291 rtnl_tc_unregister(&pfifo_fast_ops);
red.c 187 rtnl_tc_unregister(&red_ops);
dsmark.c 409 rtnl_tc_unregister(&dsmark_qdisc_ops);
410 rtnl_tc_unregister(&dsmark_class_ops);
plug.c 174 rtnl_tc_unregister(&plug_ops);
sfq.c 253 rtnl_tc_unregister(&sfq_ops);
htb.c 639 rtnl_tc_unregister(&htb_qdisc_ops);
640 rtnl_tc_unregister(&htb_class_ops);
fq_codel.c 374 rtnl_tc_unregister(&fq_codel_ops);
tbf.c 457 rtnl_tc_unregister(&tbf_tc_ops);
netem.c 905 rtnl_tc_unregister(&netem_ops);
  /external/libnl/include/netlink-private/route/
tc-api.h 125 extern void rtnl_tc_unregister(struct rtnl_tc_ops *);
  /external/libnl/lib/route/cls/
cgroup.c 186 rtnl_tc_unregister(&cgroup_ops);
basic.c 281 rtnl_tc_unregister(&basic_ops);
fw.c 216 rtnl_tc_unregister(&fw_ops);
u32.c 711 rtnl_tc_unregister(&u32_ops);
  /external/libnl/lib/route/act/
mirred.c 239 rtnl_tc_unregister(&mirred_ops);
  /external/libnl/lib/route/
tc.c 992 void rtnl_tc_unregister(struct rtnl_tc_ops *ops) function

Completed in 203 milliseconds