Searched refs:graft (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/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_drr.c | 468 .graft = drr_graft_class,
|
| H A D | sch_cbs.c | 528 .graft = cbs_graft,
|
| H A D | sch_api.c | 1189 if (!cops || !cops->graft) in qdisc_graft() 1209 err = cops->graft(parent, cl, new, &old, extack); in qdisc_graft() 1666 goto graft; in __tc_modify_qdisc() 1764 graft: in __tc_modify_qdisc()
|
| 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 | 797 .graft = ets_class_graft,
|
| H A D | sch_netem.c | 1296 .graft = netem_graft,
|
| H A D | sch_qfq.c | 1507 .graft = qfq_graft_class,
|
| H A D | sch_hfsc.c | 1670 .graft = hfsc_graft_class,
|
| H A D | sch_htb.c | 2124 .graft = htb_graft,
|
| H A D | sch_taprio.c | 2510 .graft = taprio_graft,
|
| /linux-6.15/include/net/ |
| H A D | sch_generic.h | 250 int (*graft)(struct Qdisc *, unsigned long cl, member
|
| /linux-6.15/Documentation/core-api/ |
| H A D | rbtree.rst | 113 location of the pointer on which to graft the new node. The new node also
|