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_TEXT_H
8 #define __LINUX_TC_EM_TEXT_H
9 #include <linux/types.h>
10 #include <linux/pkt_cls.h>
11 #define TC_EM_TEXT_ALGOSIZ 16
12 struct tcf_em_text {
13   char algo[TC_EM_TEXT_ALGOSIZ];
14   __u16 from_offset;
15   __u16 to_offset;
16   __u16 pattern_len;
17   __u8 from_layer : 4;
18   __u8 to_layer : 4;
19   __u8 pad;
20 };
21 #endif
22