Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dlocal_storage.c147 struct bpf_storage_buffer *new; in cgroup_storage_update_elem()
166 new = bpf_map_kmalloc_node(map, sizeof(struct bpf_storage_buffer) + in cgroup_storage_update_elem()
481 size = sizeof(struct bpf_storage_buffer) + map->value_size; in bpf_cgroup_storage_calculate_size()
/Linux-v5.15/include/linux/
Dbpf-cgroup.h99 struct bpf_storage_buffer { struct
106 struct bpf_storage_buffer *buf; argument