• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_CMP_H
8 #define __LINUX_TC_EM_CMP_H
9 #include <linux/types.h>
10 #include <linux/pkt_cls.h>
11 struct tcf_em_cmp {
12   __u32 val;
13   __u32 mask;
14   __u16 off;
15   __u8 align : 4;
16   __u8 flags : 4;
17   __u8 layer : 4;
18   __u8 opnd : 4;
19 };
20 enum {
21   TCF_EM_ALIGN_U8 = 1,
22   TCF_EM_ALIGN_U16 = 2,
23   TCF_EM_ALIGN_U32 = 4
24 };
25 #define TCF_EM_CMP_TRANS 1
26 #endif
27