Home
last modified time | relevance | path

Searched refs:update_map (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c565 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 Dbpf_struct_ops.c1355 .update_map = bpf_struct_ops_map_link_update,
H A Dsyscall.c5805 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 Dcodec_vp9.c388 u8 update_map; member
/linux/include/linux/
H A Dbpf.h1865 int (*update_map)(struct bpf_link *link, struct bpf_map *new_map, member