Home
last modified time | relevance | path

Searched defs:map_update_elem (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf.h40 int (*map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags); member
97 int (*map_update_elem)(struct bpf_offloaded_map *map, member
/Linux-v4.19/kernel/bpf/
Dsyscall.c746 static int map_update_elem(union bpf_attr *attr) in map_update_elem() function