Searched refs:qo_clone (Results 1 – 3 of 3) sorted by relevance
53 if (qops && qops->qo_clone) in qdisc_clone()54 err = qops->qo_clone(dst, src); in qdisc_clone()
58 int (*qo_clone)(struct rtnl_qdisc *, struct rtnl_qdisc *); member
266 .qo_clone = cbq_qdisc_clone,