xref: /aosp_15_r20/external/iproute2/examples/bpf/README (revision de1e4e894b0c224df933550f0afdecc354b238c4)
1*de1e4e89SAndroid Build Coastguard WorkereBPF toy code examples (running in kernel) to familiarize yourself
2*de1e4e89SAndroid Build Coastguard Workerwith syntax and features:
3*de1e4e89SAndroid Build Coastguard Worker
4*de1e4e89SAndroid Build Coastguard Worker - bpf_shared.c		-> Ingress/egress map sharing example
5*de1e4e89SAndroid Build Coastguard Worker - bpf_tailcall.c	-> Using tail call chains
6*de1e4e89SAndroid Build Coastguard Worker - bpf_cyclic.c		-> Simple cycle as tail calls
7*de1e4e89SAndroid Build Coastguard Worker - bpf_graft.c		-> Demo on altering runtime behaviour
8*de1e4e89SAndroid Build Coastguard Worker - bpf_map_in_map.c     -> Using map in map example
9