Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 06-Mar-2024 | 49 | 3 | 2 | |
Makefile | D | 06-Mar-2024 | 1.8 KiB | 68 | 51 | |
README | D | 06-Mar-2024 | 335 | 8 | 7 | |
iterators.bpf.c | D | 06-Mar-2024 | 2.4 KiB | 119 | 95 | |
iterators.lskel-big-endian.h | D | 06-Mar-2024 | 25.1 KiB | 420 | 401 | |
iterators.lskel-little-endian.h | D | 06-Mar-2024 | 26.3 KiB | 436 | 417 |
README
1WARNING: 2If you change "iterators.bpf.c" do "make -j" in this directory to 3rebuild "iterators.lskel-little-endian.h". Then, on a big-endian 4machine, do "make -j big" in this directory to rebuild 5"iterators.lskel-big-endian.h". Commit both resulting headers. 6Make sure to have clang 10 installed. 7See Documentation/bpf/bpf_devel_QA.rst 8