Searched refs:bpf_obj_pin_opts (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_obj_pinning.c | 38 LIBBPF_OPTS(bpf_obj_pin_opts, pin_opts); in bpf_obj_pinning_detached() 82 err = bpf_obj_pin_opts(map_fd, map_name, &pin_opts); in bpf_obj_pinning_detached() 126 LIBBPF_OPTS(bpf_obj_pin_opts, pin_opts); in validate_pin() 155 err = bpf_obj_pin_opts(map_fd, pin_path, &pin_opts); in validate_pin()
|
/linux-6.12.1/tools/lib/bpf/ |
D | bpf.h | 302 struct bpf_obj_pin_opts { struct 313 LIBBPF_API int bpf_obj_pin_opts(int fd, const char *pathname, argument 314 const struct bpf_obj_pin_opts *opts);
|
D | libbpf.map | 395 bpf_obj_pin_opts;
|
D | bpf.c | 582 int bpf_obj_pin_opts(int fd, const char *pathname, const struct bpf_obj_pin_opts *opts) in bpf_obj_pin_opts() function 588 if (!OPTS_VALID(opts, bpf_obj_pin_opts)) in bpf_obj_pin_opts() 603 return bpf_obj_pin_opts(fd, pathname, NULL); in bpf_obj_pin()
|