Blame examples/bpf/README

Packit Service 3880ab
eBPF toy code examples (running in kernel) to familiarize yourself
Packit Service 3880ab
with syntax and features:
Packit Service 3880ab
Packit Service 3880ab
 - bpf_shared.c		-> Ingress/egress map sharing example
Packit Service 3880ab
 - bpf_tailcall.c	-> Using tail call chains
Packit Service 3880ab
 - bpf_cyclic.c		-> Simple cycle as tail calls
Packit Service 3880ab
 - bpf_graft.c		-> Demo on altering runtime behaviour
Packit Service 3880ab
 - bpf_map_in_map.c     -> Using map in map example