Simply having a pointer to struct bpf_program ain't gonna cut it, because the pointer has to hold the address of an object of that type else it contains garbage. So if you insist on using a pointer,...