Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dhelpers.c62 return map->ops->map_update_elem(map, key, value, r4); in bpf_map_update_elem()
Dsyscall.c205 static int map_update_elem(union bpf_attr *attr) in map_update_elem() function
244 err = map->ops->map_update_elem(map, key, value, attr->flags); in map_update_elem()
604 err = map_update_elem(&attr); in SYSCALL_DEFINE3()
Darraymap.c142 .map_update_elem = array_map_update_elem,
Dhashtab.c353 .map_update_elem = htab_map_update_elem,
/linux-4.1.27/include/linux/
Dbpf.h25 int (*map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags); member