Home
last modified time | relevance | path

Searched refs:to_dump (Results 1 – 18 of 18) sorted by relevance

/external/libnl/lib/route/qdisc/
Dfifo.c144 .to_dump[NL_DUMP_LINE] = pfifo_dump_line,
153 .to_dump[NL_DUMP_LINE] = bfifo_dump_line,
Dcbq.c173 .to_dump = {
185 .to_dump = {
Dprio.c263 .to_dump = {
275 .to_dump = {
Dingress.c50 .to_dump[NL_DUMP_LINE] = dumb_dump_line,
Ddsmark.c385 .to_dump = {
397 .to_dump[NL_DUMP_LINE] = dsmark_class_dump_line,
Dred.c172 .to_dump = {
Dsfq.c239 .to_dump = {
Dhtb.c615 .to_dump[NL_DUMP_LINE] = htb_qdisc_dump_line,
624 .to_dump = {
Dfq_codel.c363 .to_dump[NL_DUMP_LINE] = fq_codel_dump_line,
Dtbf.c443 .to_dump = {
Dnetem.c894 .to_dump[NL_DUMP_LINE] = netem_dump_line,
/external/libnl/include/netlink-private/route/
Dtc-api.h51 void (*to_dump[NL_DUMP_MAX+1])(struct rtnl_tc *, void *, member
/external/libnl/lib/route/cls/
Dcgroup.c173 .to_dump = {
Dfw.c203 .to_dump = {
Dbasic.c268 .to_dump = {
Du32.c697 .to_dump = {
/external/libnl/lib/route/act/
Dmirred.c225 .to_dump = {
/external/libnl/lib/route/
Dtc.c807 if (ops && ops->to_dump[type]) { in tc_dump()
808 ops->to_dump[type](tc, data, p); in tc_dump()