/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * ERSPAN Tunnel Metadata * * Copyright (c) 2018 VMware * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 * as published by the Free Software Foundation. * * Userspace API for metadata mode ERSPAN tunnel */ #ifndef _UAPI_ERSPAN_H #define _UAPI_ERSPAN_H #include <linux/types.h> /* For __beXX in userspace */ #include <asm/byteorder.h> /* ERSPAN version 2 metadata header */ struct erspan_md2 { … }; struct erspan_metadata { … }; #endif /* _UAPI_ERSPAN_H */