Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dlocal_storage.c149 struct bpf_storage_buffer *new; in cgroup_storage_update_elem()
168 new = kmalloc_node(sizeof(struct bpf_storage_buffer) + in cgroup_storage_update_elem()
485 size = sizeof(struct bpf_storage_buffer) + map->value_size; in bpf_cgroup_storage_calculate_size()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf-cgroup.h48 struct bpf_storage_buffer { struct
55 struct bpf_storage_buffer *buf; argument