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