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 << 9 #include <linux/types.h> << 10 7 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; 12 int ip_ttl_propagate; 16 int default_ttl; 13 int default_ttl; 17 size_t platform_labels; 14 size_t platform_labels; 18 struct mpls_route __rcu * __rcu *platf 15 struct mpls_route __rcu * __rcu *platform_label; 19 16 20 struct ctl_table_header *ctl; 17 struct ctl_table_header *ctl; 21 }; 18 }; 22 19 23 #endif /* __NETNS_MPLS_H__ */ 20 #endif /* __NETNS_MPLS_H__ */ 24 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.