1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_op_alu.in; do not edit. */
2 
3 static const struct xlat bpf_op_alu[] = {
4 #if defined(BPF_ADD) || (defined(HAVE_DECL_BPF_ADD) && HAVE_DECL_BPF_ADD)
5  XLAT(BPF_ADD),
6 #endif
7 #if defined(BPF_SUB) || (defined(HAVE_DECL_BPF_SUB) && HAVE_DECL_BPF_SUB)
8  XLAT(BPF_SUB),
9 #endif
10 #if defined(BPF_MUL) || (defined(HAVE_DECL_BPF_MUL) && HAVE_DECL_BPF_MUL)
11  XLAT(BPF_MUL),
12 #endif
13 #if defined(BPF_DIV) || (defined(HAVE_DECL_BPF_DIV) && HAVE_DECL_BPF_DIV)
14  XLAT(BPF_DIV),
15 #endif
16 #if defined(BPF_OR) || (defined(HAVE_DECL_BPF_OR) && HAVE_DECL_BPF_OR)
17  XLAT(BPF_OR),
18 #endif
19 #if defined(BPF_AND) || (defined(HAVE_DECL_BPF_AND) && HAVE_DECL_BPF_AND)
20  XLAT(BPF_AND),
21 #endif
22 #if defined(BPF_LSH) || (defined(HAVE_DECL_BPF_LSH) && HAVE_DECL_BPF_LSH)
23  XLAT(BPF_LSH),
24 #endif
25 #if defined(BPF_RSH) || (defined(HAVE_DECL_BPF_RSH) && HAVE_DECL_BPF_RSH)
26  XLAT(BPF_RSH),
27 #endif
28 #if defined(BPF_NEG) || (defined(HAVE_DECL_BPF_NEG) && HAVE_DECL_BPF_NEG)
29  XLAT(BPF_NEG),
30 #endif
31 #if defined(BPF_MOD) || (defined(HAVE_DECL_BPF_MOD) && HAVE_DECL_BPF_MOD)
32  XLAT(BPF_MOD),
33 #endif
34 #if defined(BPF_XOR) || (defined(HAVE_DECL_BPF_XOR) && HAVE_DECL_BPF_XOR)
35  XLAT(BPF_XOR),
36 #endif
37 #if defined(BPF_MOV) || (defined(HAVE_DECL_BPF_MOV) && HAVE_DECL_BPF_MOV)
38  XLAT(BPF_MOV),
39 #endif
40 #if defined(BPF_ARSH) || (defined(HAVE_DECL_BPF_ARSH) && HAVE_DECL_BPF_ARSH)
41  XLAT(BPF_ARSH),
42 #endif
43  XLAT_END
44 };
45