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_JSGT) || (defined(HAVE_DECL_BPF_JSGT) && HAVE_DECL_BPF_JSGT) 30 XLAT(BPF_JSGT), 31 #endif 32 #if defined(BPF_JSGE) || (defined(HAVE_DECL_BPF_JSGE) && HAVE_DECL_BPF_JSGE) 33 XLAT(BPF_JSGE), 34 #endif 35 #if defined(BPF_CALL) || (defined(HAVE_DECL_BPF_CALL) && HAVE_DECL_BPF_CALL) 36 XLAT(BPF_CALL), 37 #endif 38 #if defined(BPF_EXIT) || (defined(HAVE_DECL_BPF_EXIT) && HAVE_DECL_BPF_EXIT) 39 XLAT(BPF_EXIT), 40 #endif 41 XLAT_END 42 }; 43 44 #endif /* !IN_MPERS */ 45