Searched refs:graft (Results 1 - 25 of 37) sorted by relevance
12
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_mq.c | 299 .graft = mq_graft,
|
H A D | sch_api.c | 853 /* Don't report error if the graft is part of destroy operation. */ in qdisc_offload_graft_helper() 865 NL_SET_ERR_MSG(extack, "Offloading graft operation failed."); in qdisc_offload_graft_helper() 1108 if (!cops || !cops->graft) in qdisc_graft() 1122 err = cops->graft(parent, cl, new, &old, extack); in qdisc_graft() 1621 NL_SET_ERR_MSG(extack, "Ingress cannot graft directly"); in tc_modify_qdisc() 1625 goto graft; in tc_modify_qdisc() 1634 * 1) change it or 2) create/graft new one. in tc_modify_qdisc() 1636 * than the existing one, then we choose graft. in tc_modify_qdisc() 1640 * 1. We are allowed to create/graft only in tc_modify_qdisc() 1646 * to exist, so that we choose create/graft to in tc_modify_qdisc() [all...] |
H A D | sch_multiq.c | 380 .graft = multiq_graft,
|
H A D | sch_dsmark.c | 480 .graft = dsmark_graft,
|
H A D | sch_prio.c | 402 .graft = prio_graft,
|
H A D | sch_cbs.c | 533 .graft = cbs_graft,
|
H A D | sch_drr.c | 472 .graft = drr_graft_class,
|
H A D | sch_mqprio.c | 680 .graft = mqprio_graft,
|
H A D | sch_sfb.c | 689 .graft = sfb_graft,
|
H A D | sch_tbf.c | 577 .graft = tbf_graft,
|
H A D | sch_red.c | 535 .graft = red_graft,
|
H A D | sch_atm.c | 670 .graft = atm_tc_graft,
|
H A D | sch_ets.c | 796 .graft = ets_class_graft,
|
H A D | sch_netem.c | 1261 .graft = netem_graft,
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_mq.c | 257 .graft = mq_graft,
|
H A D | sch_api.c | 864 /* Don't report error if the graft is part of destroy operation. */ in qdisc_offload_graft_helper() 876 NL_SET_ERR_MSG(extack, "Offloading graft operation failed."); in qdisc_offload_graft_helper() 1161 if (!cops || !cops->graft) in qdisc_graft() 1175 err = cops->graft(parent, cl, new, &old, extack); in qdisc_graft() 1652 NL_SET_ERR_MSG(extack, "Ingress cannot graft directly"); in tc_modify_qdisc() 1656 goto graft; in tc_modify_qdisc() 1665 * 1) change it or 2) create/graft new one. in tc_modify_qdisc() 1667 * than the existing one, then we choose graft. in tc_modify_qdisc() 1671 * 1. We are allowed to create/graft only in tc_modify_qdisc() 1677 * to exist, so that we choose create/graft to in tc_modify_qdisc() [all...] |
H A D | sch_cbs.c | 528 .graft = cbs_graft,
|
H A D | sch_drr.c | 464 .graft = drr_graft_class,
|
H A D | sch_prio.c | 395 .graft = prio_graft,
|
H A D | sch_multiq.c | 372 .graft = multiq_graft,
|
H A D | sch_tbf.c | 589 .graft = tbf_graft,
|
H A D | sch_sfb.c | 685 .graft = sfb_graft,
|
H A D | sch_red.c | 529 .graft = red_graft,
|
H A D | sch_mqprio.c | 757 .graft = mqprio_graft,
|
H A D | sch_ets.c | 789 .graft = ets_class_graft,
|
Completed in 25 milliseconds
12