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 | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 7 | #ifndef _UAPI_LINUX_IOAM6_IPTUNNEL_H |
| 8 | #define _UAPI_LINUX_IOAM6_IPTUNNEL_H |
| 9 | enum { |
Christopher Ferris | a479261 | 2022-01-10 13:51:15 -0800 | [diff] [blame] | 10 | __IOAM6_IPTUNNEL_MODE_MIN, |
| 11 | IOAM6_IPTUNNEL_MODE_INLINE, |
| 12 | IOAM6_IPTUNNEL_MODE_ENCAP, |
| 13 | IOAM6_IPTUNNEL_MODE_AUTO, |
| 14 | __IOAM6_IPTUNNEL_MODE_MAX, |
| 15 | }; |
| 16 | #define IOAM6_IPTUNNEL_MODE_MIN (__IOAM6_IPTUNNEL_MODE_MIN + 1) |
| 17 | #define IOAM6_IPTUNNEL_MODE_MAX (__IOAM6_IPTUNNEL_MODE_MAX - 1) |
| 18 | enum { |
Christopher Ferris | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 19 | IOAM6_IPTUNNEL_UNSPEC, |
Christopher Ferris | a479261 | 2022-01-10 13:51:15 -0800 | [diff] [blame] | 20 | IOAM6_IPTUNNEL_MODE, |
| 21 | IOAM6_IPTUNNEL_DST, |
Christopher Ferris | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 22 | IOAM6_IPTUNNEL_TRACE, |
Christopher Ferris | 10a76e6 | 2022-06-08 13:31:52 -0700 | [diff] [blame] | 23 | #define IOAM6_IPTUNNEL_FREQ_MIN 1 |
| 24 | #define IOAM6_IPTUNNEL_FREQ_MAX 1000000 |
| 25 | IOAM6_IPTUNNEL_FREQ_K, |
| 26 | IOAM6_IPTUNNEL_FREQ_N, |
Christopher Ferris | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 27 | __IOAM6_IPTUNNEL_MAX, |
| 28 | }; |
| 29 | #define IOAM6_IPTUNNEL_MAX (__IOAM6_IPTUNNEL_MAX - 1) |
| 30 | #endif |