/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ /* * IPv6 IOAM Generic Netlink API * * Author: * Justin Iurman <[email protected]> */ #ifndef _UAPI_LINUX_IOAM6_GENL_H #define _UAPI_LINUX_IOAM6_GENL_H #define IOAM6_GENL_NAME … #define IOAM6_GENL_VERSION … enum { … }; #define IOAM6_ATTR_MAX … enum { … }; #define IOAM6_CMD_MAX … #define IOAM6_GENL_EV_GRP_NAME … enum ioam6_event_type { … }; enum ioam6_event_attr { … }; #define IOAM6_EVENT_ATTR_MAX … #endif /* _UAPI_LINUX_IOAM6_GENL_H */