Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 7 | #ifndef _UAPI_LINUX_MPLS_IPTUNNEL_H |
| 8 | #define _UAPI_LINUX_MPLS_IPTUNNEL_H |
| 9 | enum { |
| 10 | MPLS_IPTUNNEL_UNSPEC, |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 11 | MPLS_IPTUNNEL_DST, |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 12 | MPLS_IPTUNNEL_TTL, |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 13 | __MPLS_IPTUNNEL_MAX, |
| 14 | }; |
| 15 | #define MPLS_IPTUNNEL_MAX (__MPLS_IPTUNNEL_MAX - 1) |
Christopher Ferris | 05d08e9 | 2016-02-04 13:16:38 -0800 | [diff] [blame] | 16 | #endif |