Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dlocal_storage.c148 struct bpf_storage_buffer *new; in cgroup_storage_update_elem()
167 new = kmalloc_node(sizeof(struct bpf_storage_buffer) + in cgroup_storage_update_elem()
484 size = sizeof(struct bpf_storage_buffer) + map->value_size; in bpf_cgroup_storage_calculate_size()
/Linux-v5.10/include/linux/
Dbpf-cgroup.h37 struct bpf_storage_buffer { struct
44 struct bpf_storage_buffer *buf; argument