Searched refs:bpf_fd_array_map_update_elem (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | arraymap.c | 845 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 D | syscall.c | 168 return bpf_fd_array_map_update_elem(map, map_file, key, value, in bpf_map_update_value() 183 err = bpf_fd_array_map_update_elem(map, map_file, key, value, in bpf_map_update_value()
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 2332 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file,
|