Searched refs:get_opts (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_pinning.c | 39 LIBBPF_OPTS(bpf_obj_get_opts, get_opts); in bpf_obj_pinning_detached() 87 get_opts.file_flags = BPF_F_PATH_FD; in bpf_obj_pinning_detached() 88 get_opts.path_fd = mnt_fd; in bpf_obj_pinning_detached() 89 map_fd2 = bpf_obj_get_opts(map_name, &get_opts); in bpf_obj_pinning_detached() 186 LIBBPF_OPTS(bpf_obj_get_opts, get_opts); in validate_get() 212 get_opts.file_flags = BPF_F_PATH_FD; in validate_get() 213 get_opts.path_fd = open("/sys/fs/bpf", O_PATH); in validate_get() 214 ASSERT_GE(get_opts.path_fd, 0, "path_fd"); in validate_get() 219 map_fd2 = bpf_obj_get_opts(pin_path, &get_opts); in validate_get() 224 if (path_kind == PATH_FD_REL && get_opts in validate_get() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 399 * get_opts(): (mandatory) 476 int (*get_opts)(struct hnae_handle *handle, int type, void **opts); member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hnae.h | 399 * get_opts(): (mandatory) 472 int (*get_opts)(struct hnae_handle *handle, int type, void **opts); member
|
Completed in 4 milliseconds