Searched refs:print_copt (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/tc/ |
D | tc_class.c | 263 if (q && q->print_copt) { in graph_cls_show() 264 q->print_copt(q, fp, tb[TCA_OPTIONS]); in graph_cls_show() 366 if (q && q->print_copt) in print_class() 367 q->print_copt(q, fp, tb[TCA_OPTIONS]); in print_class()
|
D | q_qfq.c | 116 .print_copt = qfq_print_opt,
|
D | q_drr.c | 123 .print_copt = drr_print_opt,
|
D | q_dsmark.c | 166 .print_copt = dsmark_print_opt,
|
D | tc_util.h | 35 int (*print_copt)(struct qdisc_util *qu, FILE *f, struct rtattr *opt); member
|
D | q_atm.c | 246 .print_copt = atm_print_opt,
|
D | q_hfsc.c | 281 .print_copt = hfsc_print_class_opt,
|
D | q_htb.c | 372 .print_copt = htb_print_opt,
|
D | q_cbq.c | 585 .print_copt = cbq_print_opt,
|