Home
last modified time | relevance | path

Searched refs:map_local_storage_charge (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/kernel/bpf/
Dbpf_local_storage.c28 if (!map->ops->map_local_storage_charge) in mem_charge()
31 return map->ops->map_local_storage_charge(smap, owner, size); in mem_charge()
/Linux-v5.10/net/core/
Dbpf_sk_storage.c351 .map_local_storage_charge = sk_storage_charge,
/Linux-v5.10/include/linux/
Dbpf.h110 int (*map_local_storage_charge)(struct bpf_local_storage_map *smap, member