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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h
index 4f472507129e..6910e0195ca5 100644
--- a/include/net/fib_rules.h
+++ b/include/net/fib_rules.h
@@ -67,6 +67,7 @@ struct fib_rules_ops
67 const struct nla_policy *policy; 67 const struct nla_policy *policy;
68 struct list_head rules_list; 68 struct list_head rules_list;
69 struct module *owner; 69 struct module *owner;
70 struct net *fro_net;
70}; 71};
71 72
72#define FRA_GENERIC_POLICY \ 73#define FRA_GENERIC_POLICY \