• 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 __UAPI_TC_IFE_H
8 #define __UAPI_TC_IFE_H
9 #include <linux/types.h>
10 #include <linux/pkt_cls.h>
11 #include <linux/ife.h>
12 #define IFE_ENCODE 1
13 #define IFE_DECODE 0
14 struct tc_ife {
15   tc_gen;
16   __u16 flags;
17 };
18 enum {
19   TCA_IFE_UNSPEC,
20   TCA_IFE_PARMS,
21   TCA_IFE_TM,
22   TCA_IFE_DMAC,
23   TCA_IFE_SMAC,
24   TCA_IFE_TYPE,
25   TCA_IFE_METALST,
26   TCA_IFE_PAD,
27   __TCA_IFE_MAX
28 };
29 #define TCA_IFE_MAX (__TCA_IFE_MAX - 1)
30 #endif
31