aboutsummaryrefslogtreecommitdiff
path: root/libbpf/bpf_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* libbpf: Fix long / int confusionSamuel Thibault2023-08-081-5/+5
| | | | In network terms, long is 32bit, i.e. an int for us.
* libbpf: Merge the Berkeley Packet Filter library.Zheng Da2016-11-041-0/+161
* Makefile (lib-subdirs): Add new library. * NEWS: Update. * libbpf/Makefile: New file. * libbpf/bpf_impl.c: Likewise. * libbpf/bpf_impl.h: Likewise. * libbpf/queue.c: Likewise. * libbpf/queue.h: Likewise. * libbpf/util.h: Likewise. The Berkeley Packet Filter implementation has been extracted from the Mach kernel by Zheng Da. This merges his work into the main repository.