1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef __LINUX_TC_EM_IPT_H 8 #define __LINUX_TC_EM_IPT_H 9 #include <linux/types.h> 10 #include <linux/pkt_cls.h> 11 enum { 12 TCA_EM_IPT_UNSPEC, 13 TCA_EM_IPT_HOOK, 14 TCA_EM_IPT_MATCH_NAME, 15 TCA_EM_IPT_MATCH_REVISION, 16 TCA_EM_IPT_NFPROTO, 17 TCA_EM_IPT_MATCH_DATA, 18 __TCA_EM_IPT_MAX 19 }; 20 #define TCA_EM_IPT_MAX (__TCA_EM_IPT_MAX - 1) 21 #endif 22