1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_op_jmp.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat bpf_op_jmp in mpers mode 6 7 #else 8 9 static 10 const struct xlat bpf_op_jmp[] = { 11 #if defined(BPF_JA) || (defined(HAVE_DECL_BPF_JA) && HAVE_DECL_BPF_JA) 12 XLAT(BPF_JA), 13 #endif 14 #if defined(BPF_JEQ) || (defined(HAVE_DECL_BPF_JEQ) && HAVE_DECL_BPF_JEQ) 15 XLAT(BPF_JEQ), 16 #endif 17 #if defined(BPF_JGT) || (defined(HAVE_DECL_BPF_JGT) && HAVE_DECL_BPF_JGT) 18 XLAT(BPF_JGT), 19 #endif 20 #if defined(BPF_JGE) || (defined(HAVE_DECL_BPF_JGE) && HAVE_DECL_BPF_JGE) 21 XLAT(BPF_JGE), 22 #endif 23 #if defined(BPF_JSET) || (defined(HAVE_DECL_BPF_JSET) && HAVE_DECL_BPF_JSET) 24 XLAT(BPF_JSET), 25 #endif 26 #if defined(BPF_JNE) || (defined(HAVE_DECL_BPF_JNE) && HAVE_DECL_BPF_JNE) 27 XLAT(BPF_JNE), 28 #endif 29 #if defined(BPF_JLT) || (defined(HAVE_DECL_BPF_JLT) && HAVE_DECL_BPF_JLT) 30 XLAT(BPF_JLT), 31 #endif 32 #if defined(BPF_JLE) || (defined(HAVE_DECL_BPF_JLE) && HAVE_DECL_BPF_JLE) 33 XLAT(BPF_JLE), 34 #endif 35 #if defined(BPF_JSGT) || (defined(HAVE_DECL_BPF_JSGT) && HAVE_DECL_BPF_JSGT) 36 XLAT(BPF_JSGT), 37 #endif 38 #if defined(BPF_JSGE) || (defined(HAVE_DECL_BPF_JSGE) && HAVE_DECL_BPF_JSGE) 39 XLAT(BPF_JSGE), 40 #endif 41 #if defined(BPF_JSLT) || (defined(HAVE_DECL_BPF_JSLT) && HAVE_DECL_BPF_JSLT) 42 XLAT(BPF_JSLT), 43 #endif 44 #if defined(BPF_JSLE) || (defined(HAVE_DECL_BPF_JSLE) && HAVE_DECL_BPF_JSLE) 45 XLAT(BPF_JSLE), 46 #endif 47 #if defined(BPF_CALL) || (defined(HAVE_DECL_BPF_CALL) && HAVE_DECL_BPF_CALL) 48 XLAT(BPF_CALL), 49 #endif 50 #if defined(BPF_EXIT) || (defined(HAVE_DECL_BPF_EXIT) && HAVE_DECL_BPF_EXIT) 51 XLAT(BPF_EXIT), 52 #endif 53 XLAT_END 54 }; 55 56 #endif /* !IN_MPERS */ 57