Home
last modified time | relevance | path

Searched refs:bpf_fd_array_map_update_elem (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/kernel/bpf/
H A Darraymap.c881 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_array_map_update_elem() function
H A Dsyscall.c258 return bpf_fd_array_map_update_elem(map, map_file, key, value, in bpf_map_update_value()
272 err = bpf_fd_array_map_update_elem(map, map_file, key, value, in bpf_map_update_value()
/linux-6.15/include/linux/
H A Dbpf.h2612 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file,