• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This header was generated from the Linux kernel headers by update_headers.py,
3  * to provide necessary information from kernel to userspace, such as constants,
4  * structures, and macros, and thus, contains no copyrightable information.
5  */
6 #ifndef _UAPI_LINUX_MPLS_IPTUNNEL_H
7 #define _UAPI_LINUX_MPLS_IPTUNNEL_H
8 enum {
9 	MPLS_IPTUNNEL_UNSPEC,
10 	MPLS_IPTUNNEL_DST,
11 	MPLS_IPTUNNEL_TTL,
12 	__MPLS_IPTUNNEL_MAX,
13 };
14 #define MPLS_IPTUNNEL_MAX (__MPLS_IPTUNNEL_MAX - 1)
15 #endif
16