• 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_BPF_H
8 #define __LINUX_TC_BPF_H
9 #include <linux/pkt_cls.h>
10 struct tc_act_bpf {
11   tc_gen;
12 };
13 enum {
14   TCA_ACT_BPF_UNSPEC,
15   TCA_ACT_BPF_TM,
16   TCA_ACT_BPF_PARMS,
17   TCA_ACT_BPF_OPS_LEN,
18   TCA_ACT_BPF_OPS,
19   TCA_ACT_BPF_FD,
20   TCA_ACT_BPF_NAME,
21   TCA_ACT_BPF_PAD,
22   TCA_ACT_BPF_TAG,
23   TCA_ACT_BPF_ID,
24   __TCA_ACT_BPF_MAX,
25 };
26 #define TCA_ACT_BPF_MAX (__TCA_ACT_BPF_MAX - 1)
27 #endif
28