Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Darraymap.c779 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_array_map_update_elem() function
A Dsyscall.c189 return bpf_fd_array_map_update_elem(map, f.file, key, value, in bpf_map_update_value()
204 err = bpf_fd_array_map_update_elem(map, f.file, key, value, in bpf_map_update_value()
/linux/include/linux/
A Dbpf.h1577 int bpf_fd_array_map_update_elem(struct bpf_map *map, struct file *map_file,

Completed in 20 milliseconds