Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbpf.h76 int (*map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags); member
218 int (*map_update_elem)(struct bpf_offloaded_map *map, member
/kernel/linux/linux-6.6/include/linux/
Dbpf.h99 long (*map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags); member
533 int (*map_update_elem)(struct bpf_offloaded_map *map, member
/kernel/linux/linux-5.10/kernel/bpf/
Dsyscall.c1081 static int map_update_elem(union bpf_attr *attr) in map_update_elem() function
/kernel/linux/linux-6.6/kernel/bpf/
Dsyscall.c1506 static int map_update_elem(union bpf_attr *attr, bpfptr_t uattr) in map_update_elem() function