const in_bpf_program = switch (builtin.cpu.arch)
const in_bpf_program = switch (builtin.cpu.arch) { .bpfel, .bpfeb => true, else => false, }