1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
3 * IPv6 IOAM Lightweight Tunnel API
9 #ifndef _UAPI_LINUX_IOAM6_IPTUNNEL_H
10 #define _UAPI_LINUX_IOAM6_IPTUNNEL_H
13 IOAM6_IPTUNNEL_UNSPEC,
14 IOAM6_IPTUNNEL_TRACE, /* struct ioam6_trace_hdr */
18 #define IOAM6_IPTUNNEL_MAX (__IOAM6_IPTUNNEL_MAX - 1)
20 #endif /* _UAPI_LINUX_IOAM6_IPTUNNEL_H */