summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/tailcall_bpf2bpf4.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko1-8/+7
2021-07-09bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend1-0/+18
2021-05-12selftests/bpf: Stop using static variables for passing data to/from user-spaceAndrii Nakryiko1-1/+1
2020-09-30bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann1-3/+3
2020-09-18selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski1-0/+61