xref: /aosp_15_r20/bionic/libc/kernel/uapi/linux/ioam6_iptunnel.h (revision 8d67ca893c1523eb926b9080dbe4e2ffd2a27ba1)
1*8d67ca89SAndroid Build Coastguard Worker /*
2*8d67ca89SAndroid Build Coastguard Worker  * This file is auto-generated. Modifications will be lost.
3*8d67ca89SAndroid Build Coastguard Worker  *
4*8d67ca89SAndroid Build Coastguard Worker  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5*8d67ca89SAndroid Build Coastguard Worker  * for more information.
6*8d67ca89SAndroid Build Coastguard Worker  */
7*8d67ca89SAndroid Build Coastguard Worker #ifndef _UAPI_LINUX_IOAM6_IPTUNNEL_H
8*8d67ca89SAndroid Build Coastguard Worker #define _UAPI_LINUX_IOAM6_IPTUNNEL_H
9*8d67ca89SAndroid Build Coastguard Worker enum {
10*8d67ca89SAndroid Build Coastguard Worker   __IOAM6_IPTUNNEL_MODE_MIN,
11*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_MODE_INLINE,
12*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_MODE_ENCAP,
13*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_MODE_AUTO,
14*8d67ca89SAndroid Build Coastguard Worker   __IOAM6_IPTUNNEL_MODE_MAX,
15*8d67ca89SAndroid Build Coastguard Worker };
16*8d67ca89SAndroid Build Coastguard Worker #define IOAM6_IPTUNNEL_MODE_MIN (__IOAM6_IPTUNNEL_MODE_MIN + 1)
17*8d67ca89SAndroid Build Coastguard Worker #define IOAM6_IPTUNNEL_MODE_MAX (__IOAM6_IPTUNNEL_MODE_MAX - 1)
18*8d67ca89SAndroid Build Coastguard Worker enum {
19*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_UNSPEC,
20*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_MODE,
21*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_DST,
22*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_TRACE,
23*8d67ca89SAndroid Build Coastguard Worker #define IOAM6_IPTUNNEL_FREQ_MIN 1
24*8d67ca89SAndroid Build Coastguard Worker #define IOAM6_IPTUNNEL_FREQ_MAX 1000000
25*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_FREQ_K,
26*8d67ca89SAndroid Build Coastguard Worker   IOAM6_IPTUNNEL_FREQ_N,
27*8d67ca89SAndroid Build Coastguard Worker   __IOAM6_IPTUNNEL_MAX,
28*8d67ca89SAndroid Build Coastguard Worker };
29*8d67ca89SAndroid Build Coastguard Worker #define IOAM6_IPTUNNEL_MAX (__IOAM6_IPTUNNEL_MAX - 1)
30*8d67ca89SAndroid Build Coastguard Worker #endif
31