aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/bpf_common.h
AgeCommit message (Collapse)AuthorFilesLines
2014-10-14net: filter: move common defines into bpf_common.hAlexei Starovoitov1-0/+55
userspace programs that use eBPF instruction macros need to include two files: uapi/linux/filter.h and uapi/linux/bpf.h Move common macro definitions that are shared between classic BPF and eBPF into uapi/linux/bpf_common.h, so that user app can include only one bpf.h file Cc: Daniel Borkmann <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Signed-off-by: David S. Miller <[email protected]>