aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/fib_rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/fib_rules.h')
-rw-r--r--include/net/fib_rules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h
index 6910e0195ca5..7f9f4aec8fc8 100644
--- a/include/net/fib_rules.h
+++ b/include/net/fib_rules.h
@@ -102,8 +102,8 @@ static inline u32 frh_get_table(struct fib_rule_hdr *frh, struct nlattr **nla)
102 return frh->table; 102 return frh->table;
103} 103}
104 104
105extern int fib_rules_register(struct net *, struct fib_rules_ops *); 105extern int fib_rules_register(struct fib_rules_ops *);
106extern void fib_rules_unregister(struct net *, struct fib_rules_ops *); 106extern void fib_rules_unregister(struct fib_rules_ops *);
107extern void fib_rules_cleanup_ops(struct fib_rules_ops *); 107extern void fib_rules_cleanup_ops(struct fib_rules_ops *);
108 108
109extern int fib_rules_lookup(struct fib_rules_ops *, 109extern int fib_rules_lookup(struct fib_rules_ops *,