Lines Matching refs:bpf_map__fd

46 	map_fd = bpf_map__fd(prog_array);  in test_tailcall_1()
182 map_fd = bpf_map__fd(prog_array); in test_tailcall_2()
259 map_fd = bpf_map__fd(prog_array); in test_tailcall_count()
332 data_fd = bpf_map__fd(data_map); in test_tailcall_count()
347 data_fd = bpf_map__fd(data_map); in test_tailcall_count()
364 data_fd = bpf_map__fd(data_map); in test_tailcall_count()
443 map_fd = bpf_map__fd(prog_array); in test_tailcall_4()
451 data_fd = bpf_map__fd(data_map); in test_tailcall_4()
533 map_fd = bpf_map__fd(prog_array); in test_tailcall_5()
541 data_fd = bpf_map__fd(data_map); in test_tailcall_5()
621 map_fd = bpf_map__fd(prog_array); in test_tailcall_bpf2bpf_1()
705 map_fd = bpf_map__fd(prog_array); in test_tailcall_bpf2bpf_2()
730 data_fd = bpf_map__fd(data_map); in test_tailcall_bpf2bpf_2()
785 map_fd = bpf_map__fd(prog_array); in test_tailcall_bpf2bpf_3()
880 map_fd = bpf_map__fd(prog_array); in test_tailcall_bpf2bpf_4()
904 data_fd = bpf_map__fd(data_map); in test_tailcall_bpf2bpf_4()
951 map_fd = bpf_map__fd(obj->maps.jmp_table); in test_tailcall_bpf2bpf_6()
968 data_fd = bpf_map__fd(obj->maps.bss); in test_tailcall_bpf2bpf_6()
1037 map_fd = bpf_map__fd(prog_array); in test_tailcall_bpf2bpf_fentry_entry()
1084 data_fd = bpf_map__fd(data_map); in test_tailcall_bpf2bpf_fentry_entry()
1098 data_fd = bpf_map__fd(data_map); in test_tailcall_bpf2bpf_fentry_entry()
1123 map_fd = bpf_map__fd(call->maps.jmp_table); in poke_update()
1256 map_fd = bpf_map__fd(prog_array); in test_tailcall_hierarchy_count()
1275 map_fd = bpf_map__fd(prog_array); in test_tailcall_hierarchy_count()
1342 main_data_fd = bpf_map__fd(data_map); in test_tailcall_hierarchy_count()
1357 fentry_data_fd = bpf_map__fd(data_map); in test_tailcall_hierarchy_count()
1374 fexit_data_fd = bpf_map__fd(data_map); in test_tailcall_hierarchy_count()
1541 map_fd = bpf_map__fd(freplace_skel->maps.jmp_table); in test_tailcall_freplace()