Searched refs:get_next_struct_ops_map (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | struct_ops.c | 132 static int get_next_struct_ops_map(const char *name, int *res_fd, in get_next_struct_ops_map() function 204 while ((err = get_next_struct_ops_map(name, &fd, info, info_len)) == 1) { in do_search()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | struct_ops.c | 130 static int get_next_struct_ops_map(const char *name, int *res_fd, in get_next_struct_ops_map() function 202 while ((err = get_next_struct_ops_map(name, &fd, info, info_len)) == 1) { in do_search()
|
Completed in 2 milliseconds