Searched refs:bpf_map_update_elem_unsafe (Results 1 – 2 of 2) sorted by relevance
/packages/modules/UprobeStats/src/bpf/headers/include/ |
D | bpf_helpers.h | 203 static int (*bpf_map_update_elem_unsafe)(const struct bpf_map_def* map, const void* key, variable 337 return bpf_map_update_elem_unsafe(&the_map, k, v, flags); \
|
/packages/modules/Connectivity/bpf/headers/include/ |
D | bpf_helpers.h | 226 static int (*bpf_map_update_elem_unsafe)(const struct bpf_map_def* map, const void* key, variable 369 return bpf_map_update_elem_unsafe(&the_map, k, v, flags); \
|