AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 3.148.105.152


Current Path : /usr/src/linux-headers-5.15.0-127/include/uapi/linux/
Upload File :
Current File : //usr/src/linux-headers-5.15.0-127/include/uapi/linux/ioam6_iptunnel.h

/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
 *  IPv6 IOAM Lightweight Tunnel API
 *
 *  Author:
 *  Justin Iurman <justin.iurman@uliege.be>
 */

#ifndef _UAPI_LINUX_IOAM6_IPTUNNEL_H
#define _UAPI_LINUX_IOAM6_IPTUNNEL_H

enum {
	IOAM6_IPTUNNEL_UNSPEC,
	IOAM6_IPTUNNEL_TRACE,		/* struct ioam6_trace_hdr */
	__IOAM6_IPTUNNEL_MAX,
};

#define IOAM6_IPTUNNEL_MAX (__IOAM6_IPTUNNEL_MAX - 1)

#endif /* _UAPI_LINUX_IOAM6_IPTUNNEL_H */