1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_class.in; do not edit. */ 2 3 static const struct xlat bpf_class[] = { 4 #if defined(BPF_LD) || (defined(HAVE_DECL_BPF_LD) && HAVE_DECL_BPF_LD) 5 XLAT(BPF_LD), 6 #endif 7 #if defined(BPF_LDX) || (defined(HAVE_DECL_BPF_LDX) && HAVE_DECL_BPF_LDX) 8 XLAT(BPF_LDX), 9 #endif 10 #if defined(BPF_ST) || (defined(HAVE_DECL_BPF_ST) && HAVE_DECL_BPF_ST) 11 XLAT(BPF_ST), 12 #endif 13 #if defined(BPF_STX) || (defined(HAVE_DECL_BPF_STX) && HAVE_DECL_BPF_STX) 14 XLAT(BPF_STX), 15 #endif 16 #if defined(BPF_ALU) || (defined(HAVE_DECL_BPF_ALU) && HAVE_DECL_BPF_ALU) 17 XLAT(BPF_ALU), 18 #endif 19 #if defined(BPF_JMP) || (defined(HAVE_DECL_BPF_JMP) && HAVE_DECL_BPF_JMP) 20 XLAT(BPF_JMP), 21 #endif 22 #if defined(BPF_RET) || (defined(HAVE_DECL_BPF_RET) && HAVE_DECL_BPF_RET) 23 XLAT(BPF_RET), 24 #endif 25 #if defined(BPF_MISC) || (defined(HAVE_DECL_BPF_MISC) && HAVE_DECL_BPF_MISC) 26 XLAT(BPF_MISC), 27 #endif 28 XLAT_END 29 }; 30