Merge tag 'freevxfs-for-4.8' of git://git.infradead.org/users/hch/freevxfs
[deliverable/linux.git] / include / net / netns / mpls.h
CommitLineData
0189197f
EB
1/*
2 * mpls in net namespaces
3 */
4
5#ifndef __NETNS_MPLS_H__
6#define __NETNS_MPLS_H__
7
8struct mpls_route;
7720c01f 9struct ctl_table_header;
0189197f
EB
10
11struct netns_mpls {
12 size_t platform_labels;
13 struct mpls_route __rcu * __rcu *platform_label;
7720c01f 14 struct ctl_table_header *ctl;
0189197f
EB
15};
16
17#endif /* __NETNS_MPLS_H__ */
This page took 0.09536 seconds and 5 git commands to generate.