# clang -O2 -g -target bpf -c bpf_sockops.c -o bpf_sockops.o In file included from bpf_sockops.c:1: In file included from /usr/include/linux/bpf.h:11: /usr/include/linux/types.h:5:10: fatal error: 'asm/types.h' file not found #include <asm/types.h> ^~~~~~~~~~~~~ 1 error generated.