Home
last modified time | relevance | path

Searched refs:fentry_prog_fd (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1203 int fentry_prog_fd; in test_tailcall_hierarchy_count() local
1249 fentry_prog_fd = bpf_program__fd(fentry_prog); in test_tailcall_hierarchy_count()
1250 if (!ASSERT_GE(fentry_prog_fd, 0, "fentry_prog_fd")) in test_tailcall_hierarchy_count()
1262 err = bpf_map_update_elem(map_fd, &i, &fentry_prog_fd, BPF_ANY); in test_tailcall_hierarchy_count()