• 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_NBYTE_H
8 #define __LINUX_TC_EM_NBYTE_H
9 #include <linux/types.h>
10 #include <linux/pkt_cls.h>
11 struct tcf_em_nbyte {
12   __u16 off;
13   __u16 len : 12;
14   __u8 layer : 4;
15 };
16 #endif
17