Searched defs:bpf_map_update_elem (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/tools/perf/tests/ |
| D | bpf-script-example.c | 16 static void *(*bpf_map_update_elem)(void *map, void *key, void *value, int flags) = variable
|
| /linux-4.4.14/kernel/bpf/ |
| D | helpers.c | 57 static u64 bpf_map_update_elem(u64 r1, u64 r2, u64 r3, u64 r4, u64 r5) in bpf_map_update_elem() function
|
| /linux-4.4.14/samples/bpf/ |
| D | bpf_helpers.h | 13 static int (*bpf_map_update_elem)(void *map, void *key, void *value, variable
|