/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * IPv6 IOAM Lightweight Tunnel API * * Author: * Justin Iurman <[email protected]> */ #ifndef _UAPI_LINUX_IOAM6_IPTUNNEL_H #define _UAPI_LINUX_IOAM6_IPTUNNEL_H /* Encap modes: * - inline: direct insertion * - encap: ip6ip6 encapsulation * - auto: inline for local packets, encap for in-transit packets */ enum { … }; #define IOAM6_IPTUNNEL_MODE_MIN … #define IOAM6_IPTUNNEL_MODE_MAX … enum { … }; #define IOAM6_IPTUNNEL_MAX … #endif /* _UAPI_LINUX_IOAM6_IPTUNNEL_H */