Searched refs:graft (Results 1 – 17 of 17) sorted by relevance
/linux/net/sched/ |
H A D | sch_mq.c | 257 .graft = mq_graft,
|
H A D | sch_multiq.c | 372 .graft = multiq_graft,
|
H A D | sch_prio.c | 395 .graft = prio_graft,
|
H A D | sch_cbs.c | 528 .graft = cbs_graft,
|
H A D | sch_drr.c | 468 .graft = drr_graft_class,
|
H A D | sch_api.c | 850 /* 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() 1653 NL_SET_ERR_MSG(extack, "Ingress cannot graft directly"); in __tc_modify_qdisc() 1657 goto graft; in __tc_modify_qdisc() 1666 * 1) change it or 2) create/graft new one. in __tc_modify_qdisc() 1668 * than the existing one, then we choose graft. in __tc_modify_qdisc() 1672 * 1. We are allowed to create/graft only in __tc_modify_qdisc() 1678 * to exist, so that we choose create/graft to in __tc_modify_qdisc() [all...] |
H A D | sch_tbf.c | 595 .graft = tbf_graft,
|
H A D | sch_red.c | 531 .graft = red_graft,
|
H A D | sch_sfb.c | 687 .graft = sfb_graft,
|
H A D | sch_mqprio.c | 755 .graft = mqprio_graft,
|
H A D | sch_ets.c | 798 .graft = ets_class_graft,
|
H A D | sch_netem.c | 1336 .graft = netem_graft,
|
H A D | sch_qfq.c | 1518 .graft = qfq_graft_class,
|
H A D | sch_htb.c | 892 * graft operation on the leaf since last dequeue; in htb_dequeue_tree() 1558 * does not need to graft or qdisc_put the qdisc being destroyed. in htb_destroy_class_offload() 2126 .graft = htb_graft,
|
H A D | sch_taprio.c | 2523 .graft = taprio_graft,
|
/linux/include/net/ |
H A D | sch_generic.h | 250 int (*graft)(struct Qdisc *, unsigned long cl, member
|
/linux/Documentation/core-api/ |
H A D | rbtree.rst | 113 location of the pointer on which to graft the new node. The new node also
|