summaryrefslogtreecommitdiffstats
path: root/include/net/sch_generic.h
diff options
context:
space:
mode:
authorJiri Pirko2017-10-13 14:00:57 +0200
committerDavid S. Miller2017-10-16 22:00:40 +0200
commit69d78ef25c7b0058674145500efb12255738ba8a (patch)
tree60de21515aa005a877989e49434e14a6a393cc15 /include/net/sch_generic.h
parentmqprio: Reserve last 32 classid values for HW traffic classes and misc IDs (diff)
downloadkernel-qcow2-linux-69d78ef25c7b0058674145500efb12255738ba8a.tar.gz
kernel-qcow2-linux-69d78ef25c7b0058674145500efb12255738ba8a.tar.xz
kernel-qcow2-linux-69d78ef25c7b0058674145500efb12255738ba8a.zip
net: sched: store Qdisc pointer in struct block
Prepare for removal of tp->q and store Qdisc pointer in the block structure. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sch_generic.h')
-rw-r--r--include/net/sch_generic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h
index 684d8ed27eaa..df4032ca1b7f 100644
--- a/include/net/sch_generic.h
+++ b/include/net/sch_generic.h
@@ -270,6 +270,7 @@ struct tcf_chain {
struct tcf_block {
struct list_head chain_list;
+ struct Qdisc *q;
};
static inline void qdisc_cb_private_validate(const struct sk_buff *skb, int sz)