| Christopher Ferris | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 1 | /**************************************************************************** | 
|  | 2 | **************************************************************************** | 
|  | 3 | *** | 
|  | 4 | ***   This header was automatically generated from a Linux kernel header | 
|  | 5 | ***   of the same name, to make information necessary for userspace to | 
|  | 6 | ***   call into the kernel available to libc.  It contains only constants, | 
|  | 7 | ***   structures, and macros generated from the original header, and thus, | 
|  | 8 | ***   contains no copyrightable information. | 
|  | 9 | *** | 
|  | 10 | ***   To edit the content of this header, modify the corresponding | 
|  | 11 | ***   source file (e.g. under external/kernel-headers/original/) then | 
|  | 12 | ***   run bionic/libc/kernel/tools/update_all.py | 
|  | 13 | *** | 
|  | 14 | ***   Any manual change here will be lost the next time this script will | 
|  | 15 | ***   be run. You've been warned! | 
|  | 16 | *** | 
|  | 17 | **************************************************************************** | 
|  | 18 | ****************************************************************************/ | 
|  | 19 | #ifndef _UAPI_LINUX_IOAM6_IPTUNNEL_H | 
|  | 20 | #define _UAPI_LINUX_IOAM6_IPTUNNEL_H | 
|  | 21 | enum { | 
| Christopher Ferris | a479261 | 2022-01-10 13:51:15 -0800 | [diff] [blame] | 22 | __IOAM6_IPTUNNEL_MODE_MIN, | 
|  | 23 | IOAM6_IPTUNNEL_MODE_INLINE, | 
|  | 24 | IOAM6_IPTUNNEL_MODE_ENCAP, | 
|  | 25 | IOAM6_IPTUNNEL_MODE_AUTO, | 
|  | 26 | __IOAM6_IPTUNNEL_MODE_MAX, | 
|  | 27 | }; | 
|  | 28 | #define IOAM6_IPTUNNEL_MODE_MIN (__IOAM6_IPTUNNEL_MODE_MIN + 1) | 
|  | 29 | #define IOAM6_IPTUNNEL_MODE_MAX (__IOAM6_IPTUNNEL_MODE_MAX - 1) | 
|  | 30 | enum { | 
| Christopher Ferris | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 31 | IOAM6_IPTUNNEL_UNSPEC, | 
| Christopher Ferris | a479261 | 2022-01-10 13:51:15 -0800 | [diff] [blame] | 32 | IOAM6_IPTUNNEL_MODE, | 
|  | 33 | IOAM6_IPTUNNEL_DST, | 
| Christopher Ferris | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 34 | IOAM6_IPTUNNEL_TRACE, | 
| Christopher Ferris | 10a76e6 | 2022-06-08 13:31:52 -0700 | [diff] [blame] | 35 | #define IOAM6_IPTUNNEL_FREQ_MIN 1 | 
|  | 36 | #define IOAM6_IPTUNNEL_FREQ_MAX 1000000 | 
|  | 37 | IOAM6_IPTUNNEL_FREQ_K, | 
|  | 38 | IOAM6_IPTUNNEL_FREQ_N, | 
| Christopher Ferris | 2abfa9e | 2021-11-01 16:26:06 -0700 | [diff] [blame] | 39 | __IOAM6_IPTUNNEL_MAX, | 
|  | 40 | }; | 
|  | 41 | #define IOAM6_IPTUNNEL_MAX (__IOAM6_IPTUNNEL_MAX - 1) | 
|  | 42 | #endif |