linux/include/uapi/linux/tcp_metrics.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/* tcp_metrics.h - TCP Metrics Interface */

#ifndef _UAPI_LINUX_TCP_METRICS_H
#define _UAPI_LINUX_TCP_METRICS_H

#include <linux/types.h>

/* NETLINK_GENERIC related info
 */
#define TCP_METRICS_GENL_NAME
#define TCP_METRICS_GENL_VERSION

enum tcp_metric_index {};

#define TCP_METRIC_MAX

/* Re-define enum tcp_metric_index, again, using the values carried
 * as netlink attribute types.
 */
enum {};
#define TCP_METRICS_A_METRICS_MAX

enum {};

#define TCP_METRICS_ATTR_MAX

enum {};

#define TCP_METRICS_CMD_MAX

#endif /* _UAPI_LINUX_TCP_METRICS_H */