Searched refs:bpf_fd_array_map_update_elem (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/kernel/bpf/ ! |
D | arraymap.c | 827 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_array_map_update_elem() function
|
D | syscall.c | 193 return bpf_fd_array_map_update_elem(map, f.file, key, value, in bpf_map_update_value() 208 err = bpf_fd_array_map_update_elem(map, f.file, key, value, in bpf_map_update_value()
|
/linux-6.1.9/include/linux/ ! |
D | bpf.h | 1940 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file,
|