Home
last modified time | relevance | path

Searched refs:print_copt (Results 1 – 9 of 9) sorted by relevance

/external/iproute2/tc/
Dtc_class.c268 if (q && q->print_copt) { in graph_cls_show()
269 q->print_copt(q, fp, tb[TCA_OPTIONS]); in graph_cls_show()
371 if (q && q->print_copt) in print_class()
372 q->print_copt(q, fp, tb[TCA_OPTIONS]); in print_class()
Dq_qfq.c121 .print_copt = qfq_print_opt,
Dq_drr.c121 .print_copt = drr_print_opt,
Dq_dsmark.c173 .print_copt = dsmark_print_opt,
Dtc_util.h30 int (*print_copt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt); member
Dq_atm.c257 .print_copt = atm_print_opt,
Dq_hfsc.c289 .print_copt = hfsc_print_class_opt,
Dq_htb.c375 .print_copt = htb_print_opt,
Dq_cbq.c583 .print_copt = cbq_print_opt,