• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

.gitignore A D22-Aug-202551 32

Makefile A D22-Aug-20251.8 KiB6851

README A D22-Aug-2025342 87

iterators.bpf.c A D22-Aug-20252.5 KiB11995

iterators.lskel-big-endian.h A D22-Aug-202526.9 KiB438418

iterators.lskel-little-endian.h A D22-Aug-202526.7 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