Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h2292 int bpf_fd_htab_map_update_elem(struct bpf_map *map, struct file *map_file,
/Linux-v6.6/kernel/bpf/
Dhashtab.c2512 int bpf_fd_htab_map_update_elem(struct bpf_map *map, struct file *map_file, in bpf_fd_htab_map_update_elem() function
Dsyscall.c188 err = bpf_fd_htab_map_update_elem(map, map_file, key, value, in bpf_map_update_value()