linux/include/uapi/linux/vm_sockets_diag.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* AF_VSOCK sock_diag(7) interface for querying open sockets */

#ifndef _UAPI__VM_SOCKETS_DIAG_H__
#define _UAPI__VM_SOCKETS_DIAG_H__

#include <linux/types.h>

/* Request */
struct vsock_diag_req {};

/* Response */
struct vsock_diag_msg {};

#endif /* _UAPI__VM_SOCKETS_DIAG_H__ */