Searched refs:bpf_map__reuse_fd (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | pinning.c | 244 err = bpf_map__reuse_fd(map, map_fd); in test_pinning()
|
H A D | select_reuseport.c | 110 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | pinning.c | 253 err = bpf_map__reuse_fd(map, map_fd); in test_pinning()
|
H A D | select_reuseport.c | 101 err = bpf_map__reuse_fd(map, outer_map); in prepare_bpf_obj()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | libbpf.h | 436 LIBBPF_API int bpf_map__reuse_fd(struct bpf_map *map, int fd);
|
H A D | libbpf.c | 3655 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd() function 4129 err = bpf_map__reuse_fd(map, pin_fd); in bpf_object__reuse_map()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf_counter.c | 524 bpf_map__reuse_fd(evsel->follower_skel->maps.diff_readings, diff_map_fd); in bperf__load()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | libbpf.h | 936 LIBBPF_API int bpf_map__reuse_fd(struct bpf_map *map, int fd);
|
H A D | libbpf.c | 4415 int bpf_map__reuse_fd(struct bpf_map *map, int fd) in bpf_map__reuse_fd() function 5050 err = bpf_map__reuse_fd(map, pin_fd); in bpf_object__reuse_map()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | prog.c | 1556 err = bpf_map__reuse_fd(map, map_replace[j++].fd); in load_with_options()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | prog.c | 1750 err = bpf_map__reuse_fd(map, map_replace[j++].fd); in load_with_options()
|
Completed in 43 milliseconds