Searched refs:bpf_map_update_elem_unsafe (Results 1 – 1 of 1) sorted by relevance
58 static int (*bpf_map_update_elem_unsafe)(const void* map, const void* key, const void* value, variable83 return bpf_map_update_elem_unsafe(&the_map, k, v, flags); \