#ifndef __NET_DROPMON_H
#define __NET_DROPMON_H
#include <linux/types.h>
#include <linux/netlink.h>
struct net_dm_drop_point { … };
#define is_drop_point_hw(x) …
#define NET_DM_CFG_VERSION …
#define NET_DM_CFG_ALERT_COUNT …
#define NET_DM_CFG_ALERT_DELAY …
#define NET_DM_CFG_MAX …
struct net_dm_config_entry { … };
struct net_dm_config_msg { … };
struct net_dm_alert_msg { … };
struct net_dm_user_msg { … };
enum { … };
#define NET_DM_CMD_MAX …
#define NET_DM_GRP_ALERT …
enum net_dm_attr { … };
enum net_dm_alert_mode { … };
enum { … };
enum { … };
enum net_dm_origin { … };
#endif