1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
README Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bpf_cyclic.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bpf_graft.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bpf_map_in_map.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bpf_shared.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
bpf_tailcall.c Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README

eBPF toy code examples (running in kernel) to familiarize yourself
with syntax and features:

 - bpf_shared.c		-> Ingress/egress map sharing example
 - bpf_tailcall.c	-> Using tail call chains
 - bpf_cyclic.c		-> Simple cycle as tail calls
 - bpf_graft.c		-> Demo on altering runtime behaviour
 - bpf_map_in_map.c     -> Using map in map example