Searched defs:bpf_map_update_elem (Results 1 - 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/tests/ |
| H A D | bpf-script-example.c | 17 static void *(*bpf_map_update_elem)(void *map, void *key, void *value, int flags) = variable
|
| H A D | bpf-script-test-relocation.c | 17 static void *(*bpf_map_update_elem)(void *map, void *key, void *value, int flags) = variable
|
| /kernel/linux/linux-5.10/tools/perf/include/bpf/ |
| H A D | bpf.h | 45 static int (*bpf_map_update_elem)(struct bpf_map *map, void *key, void *value, u64 flags) = (void *)BPF_FUNC_map_update_elem; variable
|
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | bpf.c | 370 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem() function
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | bpf.c | 380 int bpf_map_update_elem(int fd, const void *key, const void *value, in bpf_map_update_elem() function
|
Completed in 5 milliseconds