|
int bpf_percpu_hash_update(struct bpf_map *map, void *key, void *value,
|
|
int bpf_percpu_hash_update(struct bpf_map *map, void *key, void *value,
|
|
- return __htab_percpu_map_update_elem(map, key, value, map_flags, true);
|
|
|
|
|
|
+ ret = __htab_percpu_map_update_elem(map, key, value, map_flags, true);
|