summaryrefslogtreecommitdiff
path: root/samples/bpf/test_map_in_map_user.c
AgeCommit message (Expand)Author
2023-02-16samples/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2023-01-15samples/bpf: change _kern suffix to .bpf with BPF test programsDaniel T. Lee
2022-07-13samples: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZELinkui Xiao
2022-04-10samples/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin
2020-07-08samples: bpf: Refactor BPF map in map test with libbpfDaniel T. Lee
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2018-05-14samples: bpf: include bpf/bpf.h instead of local libbpf.hJakub Kicinski
2017-06-29bpf: Add test for syscall on fd array/htab lookupMartin KaFai Lau
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau