aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_route.c
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2014-01-09 19:14:01 -0500
committerDavid S. Miller <davem@davemloft.net>2014-01-13 14:50:14 -0500
commit832d1d5bfaefafa5aa40282f6765c6d996fe384e (patch)
tree2dd7b013f0a2b621a4346dad8d22c8374cd10eb2 /net/sched/cls_route.c
parenta56e19538d02ade9ee6ae82da4a216d7a632e8d5 (diff)
net_sched: add struct net pointer to tcf_proto_ops->dump
It will be needed by the next patch. Cc: Jamal Hadi Salim <jhs@mojatatu.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/cls_route.c')
-rw-r--r--net/sched/cls_route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/cls_route.c b/net/sched/cls_route.c
index 2473953a5948..c9136136727b 100644
--- a/net/sched/cls_route.c
+++ b/net/sched/cls_route.c
@@ -551,7 +551,7 @@ static void route4_walk(struct tcf_proto *tp, struct tcf_walker *arg)
551 } 551 }
552} 552}
553 553
554static int route4_dump(struct tcf_proto *tp, unsigned long fh, 554static int route4_dump(struct net *net, struct tcf_proto *tp, unsigned long fh,
555 struct sk_buff *skb, struct tcmsg *t) 555 struct sk_buff *skb, struct tcmsg *t)
556{ 556{
557 struct route4_filter *f = (struct route4_filter *)fh; 557 struct route4_filter *f = (struct route4_filter *)fh;