Name Date Size #Lines LOC

..--

.gitignoreH A D23-Feb-202149 32

MakefileH A D15-Jul-20241.8 KiB6851

READMEH A D02-May-2023335 87

iterators.bpf.cH A D15-Jul-20242.4 KiB11995

iterators.lskel-big-endian.hH A D02-May-202325.1 KiB420401

iterators.lskel-little-endian.hH A D15-Jul-202426.3 KiB436417

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