Home
last modified time | relevance | path

Searched refs:bpf_map_update_elem_unsafe (Results 1 – 2 of 2) sorted by relevance

/packages/modules/UprobeStats/src/bpf/headers/include/
Dbpf_helpers.h203 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/
Dbpf_helpers.h226 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); \