1 /* SPDX-License-Identifier: GPL-2.0 */
3 * mpls in net namespaces
6 #ifndef __NETNS_MPLS_H__
7 #define __NETNS_MPLS_H__
10 struct ctl_table_header
;
15 size_t platform_labels
;
16 struct mpls_route __rcu
* __rcu
*platform_label
;
18 struct ctl_table_header
*ctl
;
21 #endif /* __NETNS_MPLS_H__ */