linux/include/uapi/linux/xdp_diag.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 * xdp_diag: interface for query/monitor XDP sockets
 * Copyright(c) 2019 Intel Corporation.
 */

#ifndef _LINUX_XDP_DIAG_H
#define _LINUX_XDP_DIAG_H

#include <linux/types.h>

struct xdp_diag_req {};

struct xdp_diag_msg {};

#define XDP_SHOW_INFO
#define XDP_SHOW_RING_CFG
#define XDP_SHOW_UMEM
#define XDP_SHOW_MEMINFO
#define XDP_SHOW_STATS

enum {};

#define XDP_DIAG_MAX

struct xdp_diag_info {};

struct xdp_diag_ring {};

#define XDP_DU_F_ZEROCOPY

struct xdp_diag_umem {};

struct xdp_diag_stats {};

#endif /* _LINUX_XDP_DIAG_H */