1 /* SPDX-License-Identifier: GPL-2.0 */ 1 /* SPDX-License-Identifier: GPL-2.0 */ 2 /* 2 /* 3 * mpls in net namespaces 3 * mpls in net namespaces 4 */ 4 */ 5 5 6 #ifndef __NETNS_MPLS_H__ 6 #ifndef __NETNS_MPLS_H__ 7 #define __NETNS_MPLS_H__ 7 #define __NETNS_MPLS_H__ 8 8 9 #include <linux/types.h> << 10 << 11 struct mpls_route; 9 struct mpls_route; 12 struct ctl_table_header; 10 struct ctl_table_header; 13 11 14 struct netns_mpls { 12 struct netns_mpls { 15 int ip_ttl_propagate; 13 int ip_ttl_propagate; 16 int default_ttl; 14 int default_ttl; 17 size_t platform_labels; 15 size_t platform_labels; 18 struct mpls_route __rcu * __rcu *platf 16 struct mpls_route __rcu * __rcu *platform_label; 19 17 20 struct ctl_table_header *ctl; 18 struct ctl_table_header *ctl; 21 }; 19 }; 22 20 23 #endif /* __NETNS_MPLS_H__ */ 21 #endif /* __NETNS_MPLS_H__ */ 24 22
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.