]> Pileus Git - ~andy/linux/blobdiff - net/sched/cls_route.c
net_sched: add struct net pointer to tcf_proto_ops->dump
[~andy/linux] / net / sched / cls_route.c
index 2473953a5948b3877f7a215373fe558b8a63112c..c9136136727b73c7a6e118f91d6b3b085ba0119f 100644 (file)
@@ -551,7 +551,7 @@ static void route4_walk(struct tcf_proto *tp, struct tcf_walker *arg)
        }
 }
 
-static int route4_dump(struct tcf_proto *tp, unsigned long fh,
+static int route4_dump(struct net *net, struct tcf_proto *tp, unsigned long fh,
                       struct sk_buff *skb, struct tcmsg *t)
 {
        struct route4_filter *f = (struct route4_filter *)fh;