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_SAMPLE_H 8 #define __LINUX_TC_SAMPLE_H 9 #include <linux/types.h> 10 #include <linux/pkt_cls.h> 11 #include <linux/if_ether.h> 12 struct tc_sample { 13 tc_gen; 14 }; 15 enum { 16 TCA_SAMPLE_UNSPEC, 17 TCA_SAMPLE_TM, 18 TCA_SAMPLE_PARMS, 19 TCA_SAMPLE_RATE, 20 TCA_SAMPLE_TRUNC_SIZE, 21 TCA_SAMPLE_PSAMPLE_GROUP, 22 TCA_SAMPLE_PAD, 23 __TCA_SAMPLE_MAX 24 }; 25 #define TCA_SAMPLE_MAX (__TCA_SAMPLE_MAX - 1) 26 #endif 27