Home
last modified time | relevance | path

Searched refs:map_update_elem (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/kernel/bpf/
Darraymap.c144 .map_update_elem = array_map_update_elem,
266 .map_update_elem = fd_array_map_update_elem,
332 .map_update_elem = fd_array_map_update_elem,
Dsyscall.c281 static int map_update_elem(union bpf_attr *attr) in map_update_elem() function
321 err = map->ops->map_update_elem(map, key, value, attr->flags); in map_update_elem()
774 err = map_update_elem(&attr); in SYSCALL_DEFINE3()
Dhelpers.c65 return map->ops->map_update_elem(map, key, value, r4); in bpf_map_update_elem()
Dhashtab.c373 .map_update_elem = htab_map_update_elem,
/linux-4.4.14/include/linux/
Dbpf.h25 int (*map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags); member