drm: add modifiers for MediaTek tiled formats
[drm/drm-misc.git] / include / net / netns / mpls.h
blob19ad2574b267ca4bb08980cae6ed05bfa0fc20ae
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * mpls in net namespaces
4 */
6 #ifndef __NETNS_MPLS_H__
7 #define __NETNS_MPLS_H__
9 #include <linux/types.h>
11 struct mpls_route;
12 struct ctl_table_header;
14 struct netns_mpls {
15 int ip_ttl_propagate;
16 int default_ttl;
17 size_t platform_labels;
18 struct mpls_route __rcu * __rcu *platform_label;
20 struct ctl_table_header *ctl;
23 #endif /* __NETNS_MPLS_H__ */