Searched refs:bpf_fd_array_map_update_elem (Results 1 – 2 of 2) sorted by relevance
/kernel/bpf/ |
A D | arraymap.c | 876 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_array_map_update_elem() function
|
A D | syscall.c | 261 return bpf_fd_array_map_update_elem(map, map_file, key, value, in bpf_map_update_value() 275 err = bpf_fd_array_map_update_elem(map, map_file, key, value, in bpf_map_update_value()
|
Completed in 20 milliseconds