Lines Matching refs:old
379 * mpu (min packet unit) is also encoded into the old rate table, thus
852 struct Qdisc *new, struct Qdisc *old,
868 /* Don't report error if the parent, the old child and the new
873 any_qdisc_is_offloaded |= old && old->flags & TCQ_F_OFFLOADED;
898 struct Qdisc *new, struct Qdisc *old,
905 (old && old->flags & TCQ_F_INGRESS),
908 qdisc_offload_graft_helper(dev, NULL, new, old,
1008 struct Qdisc *old, struct Qdisc *new,
1018 if (old && !tc_qdisc_dump_ignore(old, false)) {
1019 if (tc_fill_qdisc(skb, old, clid, portid, n->nlmsg_seq,
1025 old ? NLM_F_REPLACE : 0, RTM_NEWQDISC, extack) < 0)
1040 struct Qdisc *old, struct Qdisc *new,
1043 if (new || old)
1044 qdisc_notify(net, skb, n, clid, old, new, extack);
1046 if (old)
1047 qdisc_put(old);
1069 * On success, destroy old qdisc.
1074 struct Qdisc *new, struct Qdisc *old,
1077 struct Qdisc *q = old;
1110 qdisc_offload_graft_root(dev, new, old, extack);
1118 old = dev_graft_qdisc(dev_queue, new);
1122 qdisc_put(old);
1125 old = dev_graft_qdisc(dev_queue, NULL);
1127 /* {ingress,clsact}_destroy() @old before grafting @new to avoid
1131 qdisc_notify(net, skb, n, classid, old, new, extack);
1132 qdisc_destroy(old);
1139 old = rtnl_dereference(dev->qdisc);
1144 notify_and_destroy(net, skb, n, classid, old, new, extack);
1175 err = cops->graft(parent, cl, new, &old, extack);
1178 notify_and_destroy(net, skb, n, classid, old, new, extack);