aboutsummaryrefslogtreecommitdiff
path: root/include/net/netns/mpls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/mpls.h')
-rw-r--r--include/net/netns/mpls.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/include/net/netns/mpls.h b/include/net/netns/mpls.h
new file mode 100644
index 000000000000..f90aaf8d4f89
--- /dev/null
+++ b/include/net/netns/mpls.h
@@ -0,0 +1,15 @@
+/*
+ * mpls in net namespaces
+ */
+
+#ifndef __NETNS_MPLS_H__
+#define __NETNS_MPLS_H__
+
+struct mpls_route;
+
+struct netns_mpls {
+ size_t platform_labels;
+ struct mpls_route __rcu * __rcu *platform_label;
+};
+
+#endif /* __NETNS_MPLS_H__ */