Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
bpf_cyclic.c | 22-Oct-2020 | 786 | |
bpf_graft.c | 22-Oct-2020 | 1.8K | |
bpf_map_in_map.c | 22-Oct-2020 | 1.1K | |
bpf_shared.c | 22-Oct-2020 | 1.4K | |
bpf_tailcall.c | 22-Oct-2020 | 2.8K | |
README | 22-Oct-2020 | 346 |
1 eBPF toy code examples (running in kernel) to familiarize yourself 2 with syntax and features: 3 4 - bpf_shared.c -> Ingress/egress map sharing example 5 - bpf_tailcall.c -> Using tail call chains 6 - bpf_cyclic.c -> Simple cycle as tail calls 7 - bpf_graft.c -> Demo on altering runtime behaviour 8 - bpf_map_in_map.c -> Using map in map example 9