Home
last modified time | relevance | path

Searched refs:graft (Results 1 – 17 of 17) sorted by relevance

/linux/net/sched/
H A Dsch_mq.c283 .graft = mq_graft,
H A Dsch_multiq.c372 .graft = multiq_graft,
H A Dsch_prio.c395 .graft = prio_graft,
H A Dsch_api.c850 /* Don't report error if the graft is part of destroy operation. */ in qdisc_offload_graft_helper()
862 NL_SET_ERR_MSG(extack, "Offloading graft operation failed."); in qdisc_offload_graft_helper()
1176 if (!cops || !cops->graft) in qdisc_graft()
1196 err = cops->graft(parent, cl, new, &old, extack); in qdisc_graft()
1658 NL_SET_ERR_MSG(extack, "Ingress cannot graft directly"); in __tc_modify_qdisc()
1662 goto graft; in __tc_modify_qdisc()
1671 * 1) change it or 2) create/graft new one. in __tc_modify_qdisc()
1673 * than the existing one, then we choose graft. in __tc_modify_qdisc()
1677 * 1. We are allowed to create/graft only in __tc_modify_qdisc()
1683 * to exist, so that we choose create/graft to in __tc_modify_qdisc()
[all...]
H A Dsch_drr.c468 .graft = drr_graft_class,
H A Dsch_tbf.c596 .graft = tbf_graft,
H A Dsch_red.c542 .graft = red_graft,
H A Dsch_sfb.c697 .graft = sfb_graft,
H A Dsch_mqprio.c754 .graft = mqprio_graft,
H A Dsch_ets.c806 .graft = ets_class_graft,
H A Dsch_qfq.c1520 .graft = qfq_graft_class,
H A Dsch_netem.c1390 .graft = netem_graft,
H A Dsch_hfsc.c1661 .graft = hfsc_graft_class,
H A Dsch_htb.c892 * graft operation on the leaf since last dequeue; in htb_dequeue_tree()
1557 * does not need to graft or qdisc_put the qdisc being destroyed. in htb_destroy_class_offload()
2125 .graft = htb_graft,
H A Dsch_taprio.c2526 .graft = taprio_graft,
H A Dsch_cake.c3346 .graft = cake_mq_graft,
/linux/include/net/
H A Dsch_generic.h270 int (*graft)(struct Qdisc *, unsigned long cl, member