Searched refs:update_map (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_verifier.c | 565 static void update_map(int fd, int index) in update_map() function 1073 update_map(map_fds[3], 0); in do_test_fixup() 1162 update_map(map_fds[14], 0); in do_test_fixup() 1172 update_map(map_fds[15], 0); in do_test_fixup() 1181 update_map(map_fds[16], 0); in do_test_fixup()
|
| /linux/kernel/bpf/ |
| H A D | bpf_struct_ops.c | 1355 .update_map = bpf_struct_ops_map_link_update,
|
| H A D | syscall.c | 5805 ret = link->ops->update_map(link, new_map, old_map); in link_update_map() 5834 if (link->ops->update_map) { in link_update()
|
| /linux/drivers/staging/media/meson/vdec/ |
| H A D | codec_vp9.c | 388 u8 update_map; member
|
| /linux/include/linux/ |
| H A D | bpf.h | 1865 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map, member
|