Searched refs:parse_qopt (Results 1 – 25 of 29) sorted by relevance
12
/external/iproute2/tc/ |
D | q_fifo.c | 82 .parse_qopt = fifo_parse_opt, 88 .parse_qopt = fifo_parse_opt, 94 .parse_qopt = fifo_parse_opt,
|
D | q_clsact.c | 32 .parse_qopt = clsact_parse_opt,
|
D | q_ingress.c | 50 .parse_qopt = ingress_parse_opt,
|
D | q_multiq.c | 81 .parse_qopt = multiq_parse_opt,
|
D | q_qfq.c | 118 .parse_qopt = qfq_parse_opt,
|
D | q_prio.c | 122 .parse_qopt = prio_parse_opt,
|
D | q_drr.c | 117 .parse_qopt = drr_parse_opt,
|
D | q_rr.c | 117 .parse_qopt = rr_parse_opt,
|
D | q_mqprio.c | 129 .parse_qopt = mqprio_parse_opt,
|
D | tc_qdisc.c | 147 if (q->parse_qopt) { in tc_qdisc_modify() 148 if (q->parse_qopt(q, argc, argv, &req.n)) in tc_qdisc_modify()
|
D | q_dsmark.c | 170 .parse_qopt = dsmark_parse_opt,
|
D | tc_util.h | 25 int (*parse_qopt)(struct qdisc_util *qu, int argc, char **argv, struct nlmsghdr *n); member
|
D | q_sfb.c | 197 .parse_qopt = sfb_parse_opt,
|
D | q_codel.c | 208 .parse_qopt = codel_parse_opt,
|
D | q_hhf.c | 196 .parse_qopt = hhf_parse_opt,
|
D | q_choke.c | 224 .parse_qopt = choke_parse_opt,
|
D | q_atm.c | 254 .parse_qopt = atm_parse_opt,
|
D | q_pie.c | 215 .parse_qopt = pie_parse_opt,
|
D | q_red.c | 226 .parse_qopt = red_parse_opt,
|
D | q_fq_codel.c | 250 .parse_qopt = fq_codel_parse_opt,
|
D | q_sfq.c | 274 .parse_qopt = sfq_parse_opt,
|
D | q_fq.c | 326 .parse_qopt = fq_parse_opt,
|
D | tc.c | 159 q->parse_qopt = parse_noqopt; in get_qdisc_kind()
|
D | q_hfsc.c | 285 .parse_qopt = hfsc_parse_opt,
|
D | q_gred.c | 352 .parse_qopt = gred_parse_opt,
|
12