Searched refs:parse_qopt (Results 1 – 25 of 29) sorted by relevance
12
/external/iproute2/tc/ |
D | q_fifo.c | 81 .parse_qopt = fifo_parse_opt, 87 .parse_qopt = fifo_parse_opt, 93 .parse_qopt = fifo_parse_opt,
|
D | q_clsact.c | 31 .parse_qopt = clsact_parse_opt,
|
D | q_ingress.c | 49 .parse_qopt = ingress_parse_opt,
|
D | q_multiq.c | 81 .parse_qopt = multiq_parse_opt,
|
D | q_qfq.c | 113 .parse_qopt = qfq_parse_opt,
|
D | q_prio.c | 123 .parse_qopt = prio_parse_opt,
|
D | q_drr.c | 119 .parse_qopt = drr_parse_opt,
|
D | q_rr.c | 118 .parse_qopt = rr_parse_opt,
|
D | q_mqprio.c | 131 .parse_qopt = mqprio_parse_opt,
|
D | tc_qdisc.c | 143 if (q->parse_qopt) { in tc_qdisc_modify() 144 if (q->parse_qopt(q, argc, argv, &req.n)) in tc_qdisc_modify()
|
D | q_dsmark.c | 163 .parse_qopt = dsmark_parse_opt,
|
D | q_sfb.c | 195 .parse_qopt = sfb_parse_opt,
|
D | q_pie.c | 214 .parse_qopt = pie_parse_opt,
|
D | tc_util.h | 26 int (*parse_qopt)(struct qdisc_util *qu, int argc, member
|
D | q_codel.c | 209 .parse_qopt = codel_parse_opt,
|
D | q_hhf.c | 197 .parse_qopt = hhf_parse_opt,
|
D | q_choke.c | 222 .parse_qopt = choke_parse_opt,
|
D | q_atm.c | 243 .parse_qopt = atm_parse_opt,
|
D | q_red.c | 225 .parse_qopt = red_parse_opt,
|
D | q_fq_codel.c | 273 .parse_qopt = fq_codel_parse_opt,
|
D | q_sfq.c | 273 .parse_qopt = sfq_parse_opt,
|
D | tc.c | 138 q->parse_qopt = parse_noqopt; in get_qdisc_kind()
|
D | q_fq.c | 350 .parse_qopt = fq_parse_opt,
|
D | q_hfsc.c | 277 .parse_qopt = hfsc_parse_opt,
|
D | q_htb.c | 368 .parse_qopt = htb_parse_opt,
|
12