aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/fib6_rules.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/fib6_rules.c')
-rw-r--r--net/ipv6/fib6_rules.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c
index 94a46ec967a4..bf9bba83b852 100644
--- a/net/ipv6/fib6_rules.c
+++ b/net/ipv6/fib6_rules.c
@@ -66,8 +66,8 @@ struct dst_entry *fib6_rule_lookup(struct flowi *fl, int flags,
66 return (struct dst_entry *) arg.result; 66 return (struct dst_entry *) arg.result;
67} 67}
68 68
69int fib6_rule_action(struct fib_rule *rule, struct flowi *flp, 69static int fib6_rule_action(struct fib_rule *rule, struct flowi *flp,
70 int flags, struct fib_lookup_arg *arg) 70 int flags, struct fib_lookup_arg *arg)
71{ 71{
72 struct rt6_info *rt = NULL; 72 struct rt6_info *rt = NULL;
73 struct fib6_table *table; 73 struct fib6_table *table;