]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - include/net/netns/mpls.h
Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-artful-kernel.git] / include / net / netns / mpls.h
1 /*
2 * mpls in net namespaces
3 */
4
5 #ifndef __NETNS_MPLS_H__
6 #define __NETNS_MPLS_H__
7
8 struct mpls_route;
9 struct ctl_table_header;
10
11 struct netns_mpls {
12 size_t platform_labels;
13 struct mpls_route __rcu * __rcu *platform_label;
14 struct ctl_table_header *ctl;
15 };
16
17 #endif /* __NETNS_MPLS_H__ */