1 /* Generated by ./xlat/gen.sh from ./xlat/bpf_miscop.in; do not edit. */ 2 3 static const struct xlat bpf_miscop[] = { 4 #if defined(BPF_TAX) || (defined(HAVE_DECL_BPF_TAX) && HAVE_DECL_BPF_TAX) 5 XLAT(BPF_TAX), 6 #endif 7 #if defined(BPF_TXA) || (defined(HAVE_DECL_BPF_TXA) && HAVE_DECL_BPF_TXA) 8 XLAT(BPF_TXA), 9 #endif 10 XLAT_END 11 }; 12