Searched refs:graft (Results 1 – 18 of 18) sorted by relevance
| /linux/net/sched/ |
| H A D | sch_mq.c | 296 .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_drr.c | 466 .graft = drr_graft_class,
|
| H A D | sch_api.c | 867 /* Don't report error if the graft is part of destroy operation. */ in qdisc_offload_graft_helper() 879 NL_SET_ERR_MSG_WEAK(extack, "Offloading graft operation failed."); 1200 if (!cops || !cops->graft) in qdisc_graft() 1224 err = cops->graft(parent, cl, new, &old, extack); in qdisc_graft() 1688 NL_SET_ERR_MSG(extack, "Ingress cannot graft directly"); in __tc_modify_qdisc() 1692 goto graft; in __tc_modify_qdisc() 1701 * 1) change it or 2) create/graft new one. in __tc_modify_qdisc() 1703 * than the existing one, then we choose graft. in __tc_modify_qdisc() 1707 * 1. We are allowed to create/graft only in __tc_modify_qdisc() 1713 * to exist, so that we choose create/graft to in __tc_modify_qdisc() [all...] |
| H A D | sch_cbs.c | 542 .graft = cbs_graft,
|
| H A D | sch_tbf.c | 601 .graft = tbf_graft,
|
| H A D | sch_red.c | 542 .graft = red_graft,
|
| H A D | sch_sfb.c | 697 .graft = sfb_graft,
|
| H A D | sch_mqprio.c | 759 .graft = mqprio_graft,
|
| H A D | sch_ets.c | 804 .graft = ets_class_graft,
|
| H A D | sch_netem.c | 1395 .graft = netem_graft,
|
| H A D | sch_qfq.c | 1520 .graft = qfq_graft_class,
|
| H A D | sch_hfsc.c | 1661 .graft = hfsc_graft_class,
|
| H A D | sch_htb.c | 897 * graft operation on the leaf since last dequeue; in htb_dequeue_tree() 1564 * does not need to graft or qdisc_put the qdisc being destroyed. in htb_destroy_class_offload() 2132 .graft = htb_graft,
|
| H A D | sch_taprio.c | 2537 .graft = taprio_graft,
|
| H A D | sch_cake.c | 3345 .graft = cake_mq_graft,
|
| /linux/include/net/ |
| H A D | sch_generic.h | 271 int (*graft)(struct Qdisc *, unsigned long cl, member
|