Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dflow_dissector_load.h19 int prog_array_fd; in bpf_flow_load() local
39 prog_array_fd = bpf_map__fd(prog_array); in bpf_flow_load()
40 if (prog_array_fd < 0) in bpf_flow_load()
60 bpf_map_update_elem(prog_array_fd, &i, &fd, BPF_ANY); in bpf_flow_load()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtailcalls.c1667 int err, key = 0, prog_array_fd, prog_fd, storage_map_fd; in test_tailcall_cgrp_storage() local
1673 prog_array_fd = bpf_map__fd(owner_skel->maps.prog_array); in test_tailcall_cgrp_storage()
1680 err = bpf_map__reuse_fd(skel->maps.prog_array, prog_array_fd); in test_tailcall_cgrp_storage()
1693 err = bpf_map_update_elem(prog_array_fd, &key, &prog_fd, BPF_ANY); in test_tailcall_cgrp_storage()
1704 int err, prog_array_fd; in test_tailcall_cgrp_storage_diff_storage() local
1710 prog_array_fd = bpf_map__fd(owner_skel->maps.prog_array); in test_tailcall_cgrp_storage_diff_storage()
1716 err = bpf_map__reuse_fd(skel->maps.prog_array, prog_array_fd); in test_tailcall_cgrp_storage_diff_storage()
1731 int err, prog_array_fd; in test_tailcall_cgrp_storage_no_storage() local
1737 prog_array_fd = bpf_map__fd(owner_skel->maps.prog_array); in test_tailcall_cgrp_storage_no_storage()
1743 err = bpf_map__reuse_fd(skel->maps.prog_array, prog_array_fd); in test_tailcall_cgrp_storage_no_storage()
[all …]