1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_op_jmp.in; do not edit. */ 2 3 static const struct xlat bpf_op_jmp[] = { 4 #if defined(BPF_JA) || (defined(HAVE_DECL_BPF_JA) && HAVE_DECL_BPF_JA) 5 XLAT(BPF_JA), 6 #endif 7 #if defined(BPF_JEQ) || (defined(HAVE_DECL_BPF_JEQ) && HAVE_DECL_BPF_JEQ) 8 XLAT(BPF_JEQ), 9 #endif 10 #if defined(BPF_JGT) || (defined(HAVE_DECL_BPF_JGT) && HAVE_DECL_BPF_JGT) 11 XLAT(BPF_JGT), 12 #endif 13 #if defined(BPF_JGE) || (defined(HAVE_DECL_BPF_JGE) && HAVE_DECL_BPF_JGE) 14 XLAT(BPF_JGE), 15 #endif 16 #if defined(BPF_JSET) || (defined(HAVE_DECL_BPF_JSET) && HAVE_DECL_BPF_JSET) 17 XLAT(BPF_JSET), 18 #endif 19 #if defined(BPF_JNE) || (defined(HAVE_DECL_BPF_JNE) && HAVE_DECL_BPF_JNE) 20 XLAT(BPF_JNE), 21 #endif 22 #if defined(BPF_JSGT) || (defined(HAVE_DECL_BPF_JSGT) && HAVE_DECL_BPF_JSGT) 23 XLAT(BPF_JSGT), 24 #endif 25 #if defined(BPF_JSGE) || (defined(HAVE_DECL_BPF_JSGE) && HAVE_DECL_BPF_JSGE) 26 XLAT(BPF_JSGE), 27 #endif 28 #if defined(BPF_CALL) || (defined(HAVE_DECL_BPF_CALL) && HAVE_DECL_BPF_CALL) 29 XLAT(BPF_CALL), 30 #endif 31 #if defined(BPF_EXIT) || (defined(HAVE_DECL_BPF_EXIT) && HAVE_DECL_BPF_EXIT) 32 XLAT(BPF_EXIT), 33 #endif 34 XLAT_END 35 }; 36