You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
65 lines
2.2 KiB
65 lines
2.2 KiB
/****************************************************************************
|
|
****************************************************************************
|
|
***
|
|
*** This header was automatically generated from a Linux kernel header
|
|
*** of the same name, to make information necessary for userspace to
|
|
*** call into the kernel available to libc. It contains only constants,
|
|
*** structures, and macros generated from the original header, and thus,
|
|
*** contains no copyrightable information.
|
|
***
|
|
*** To edit the content of this header, modify the corresponding
|
|
*** source file (e.g. under external/kernel-headers/original/) then
|
|
*** run bionic/libc/kernel/tools/update_all.py
|
|
***
|
|
*** Any manual change here will be lost the next time this script will
|
|
*** be run. You've been warned!
|
|
***
|
|
****************************************************************************
|
|
****************************************************************************/
|
|
#ifndef __UAPI_PSAMPLE_H
|
|
#define __UAPI_PSAMPLE_H
|
|
enum {
|
|
PSAMPLE_ATTR_IIFINDEX,
|
|
PSAMPLE_ATTR_OIFINDEX,
|
|
PSAMPLE_ATTR_ORIGSIZE,
|
|
PSAMPLE_ATTR_SAMPLE_GROUP,
|
|
PSAMPLE_ATTR_GROUP_SEQ,
|
|
PSAMPLE_ATTR_SAMPLE_RATE,
|
|
PSAMPLE_ATTR_DATA,
|
|
PSAMPLE_ATTR_GROUP_REFCOUNT,
|
|
PSAMPLE_ATTR_TUNNEL,
|
|
__PSAMPLE_ATTR_MAX
|
|
};
|
|
enum psample_command {
|
|
PSAMPLE_CMD_SAMPLE,
|
|
PSAMPLE_CMD_GET_GROUP,
|
|
PSAMPLE_CMD_NEW_GROUP,
|
|
PSAMPLE_CMD_DEL_GROUP,
|
|
};
|
|
enum psample_tunnel_key_attr {
|
|
PSAMPLE_TUNNEL_KEY_ATTR_ID,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_IPV4_SRC,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_IPV4_DST,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_TOS,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_TTL,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_DONT_FRAGMENT,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_CSUM,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_OAM,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_GENEVE_OPTS,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_TP_SRC,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_TP_DST,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_VXLAN_OPTS,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_IPV6_SRC,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_IPV6_DST,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_PAD,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_ERSPAN_OPTS,
|
|
PSAMPLE_TUNNEL_KEY_ATTR_IPV4_INFO_BRIDGE,
|
|
__PSAMPLE_TUNNEL_KEY_ATTR_MAX
|
|
};
|
|
#define PSAMPLE_ATTR_MAX (__PSAMPLE_ATTR_MAX - 1)
|
|
#define PSAMPLE_NL_MCGRP_CONFIG_NAME "config"
|
|
#define PSAMPLE_NL_MCGRP_SAMPLE_NAME "packets"
|
|
#define PSAMPLE_GENL_NAME "psample"
|
|
#define PSAMPLE_GENL_VERSION 1
|
|
#endif
|