summaryrefslogtreecommitdiffstats
path: root/include/net/netns/mctp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/mctp.h')
-rw-r--r--include/net/netns/mctp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/netns/mctp.h b/include/net/netns/mctp.h
index 508459b08a59..2f5ebeeb320e 100644
--- a/include/net/netns/mctp.h
+++ b/include/net/netns/mctp.h
@@ -11,6 +11,10 @@
struct netns_mctp {
/* Only updated under RTNL, entries freed via RCU */
struct list_head routes;
+
+ /* neighbour table */
+ struct mutex neigh_lock;
+ struct list_head neighbours;
};
#endif /* __NETNS_MCTP_H__ */