1 /**************************************************************************** 2 **************************************************************************** 3 *** 4 *** This header was automatically generated from a Linux kernel header 5 *** of the same name, to make information necessary for userspace to 6 *** call into the kernel available to libc. It contains only constants, 7 *** structures, and macros generated from the original header, and thus, 8 *** contains no copyrightable information. 9 *** 10 *** To edit the content of this header, modify the corresponding 11 *** source file (e.g. under external/kernel-headers/original/) then 12 *** run bionic/libc/kernel/tools/update_all.py 13 *** 14 *** Any manual change here will be lost the next time this script will 15 *** be run. You've been warned! 16 *** 17 **************************************************************************** 18 ****************************************************************************/ 19 #ifndef _UAPI_LINUX_ILA_H 20 #define _UAPI_LINUX_ILA_H 21 #define ILA_GENL_NAME "ila" 22 #define ILA_GENL_VERSION 0x1 23 enum { 24 ILA_ATTR_UNSPEC, 25 ILA_ATTR_LOCATOR, 26 ILA_ATTR_IDENTIFIER, 27 ILA_ATTR_LOCATOR_MATCH, 28 ILA_ATTR_IFINDEX, 29 ILA_ATTR_DIR, 30 ILA_ATTR_PAD, 31 ILA_ATTR_CSUM_MODE, 32 __ILA_ATTR_MAX, 33 }; 34 #define ILA_ATTR_MAX (__ILA_ATTR_MAX - 1) 35 enum { 36 ILA_CMD_UNSPEC, 37 ILA_CMD_ADD, 38 ILA_CMD_DEL, 39 ILA_CMD_GET, 40 __ILA_CMD_MAX, 41 }; 42 #define ILA_CMD_MAX (__ILA_CMD_MAX - 1) 43 #define ILA_DIR_IN (1 << 0) 44 #define ILA_DIR_OUT (1 << 1) 45 enum { 46 ILA_CSUM_ADJUST_TRANSPORT, 47 ILA_CSUM_NEUTRAL_MAP, 48 ILA_CSUM_NO_ACTION, 49 }; 50 #endif 51