Home
last modified time | relevance | path

Searched refs:print_qopt (Results 1 – 23 of 23) sorted by relevance

/external/iproute2/tc/
Dq_fifo.c83 .print_qopt = fifo_print_opt,
89 .print_qopt = fifo_print_opt,
95 .print_qopt = fifo_print_opt,
101 .print_qopt = prio_print_opt,
Dq_ingress.c66 .print_qopt = ingress_print_opt,
Dq_multiq.c83 .print_qopt = multiq_print_opt,
Dq_qfq.c119 .print_qopt = qfq_print_opt,
Dq_drr.c118 .print_qopt = drr_print_opt,
Dq_prio.c123 .print_qopt = prio_print_opt,
Dq_rr.c118 .print_qopt = rr_print_opt,
Dq_mqprio.c130 .print_qopt = mqprio_print_opt,
Dq_htb.c321 .print_qopt = htb_print_opt,
331 .print_qopt = htb_print_opt,
Dq_dsmark.c171 .print_qopt = dsmark_print_opt,
Dtc_util.h31 int (*print_qopt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt); member
Dq_sfb.c198 .print_qopt = sfb_print_opt,
Dq_choke.c225 .print_qopt = choke_print_opt,
Dq_atm.c255 .print_qopt = atm_print_opt,
Dq_red.c226 .print_qopt = red_print_opt,
Dq_sfq.c275 .print_qopt = sfq_print_opt,
Dtc.c152 q->print_qopt = print_noqopt; in get_qdisc_kind()
Dq_tbf.c284 .print_qopt = tbf_print_opt,
Dq_gred.c327 .print_qopt = gred_print_opt,
Dq_hfsc.c286 .print_qopt = hfsc_print_opt,
Dtc_qdisc.c253 q->print_qopt(q, fp, tb[TCA_OPTIONS]); in print_qdisc()
Dq_netem.c629 .print_qopt = netem_print_opt,
Dq_cbq.c575 .print_qopt = cbq_print_opt,