Home
last modified time | relevance | path

Searched refs:bpf_local_storage_update (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/bpf/
H A Dbpf_inode_storage.c99 sdata = bpf_local_storage_update(file_inode(fd_file(f)), in bpf_fd_inode_storage_update_elem()
137 * bpf_local_storage_update expects the owner to have a in BPF_CALL_5()
151 sdata = bpf_local_storage_update( in BPF_CALL_5()
H A Dbpf_cgrp_storage.c78 sdata = bpf_local_storage_update(cgroup, (struct bpf_local_storage_map *)map, in bpf_cgrp_storage_lookup_elem()
145 sdata = bpf_local_storage_update(cgroup, (struct bpf_local_storage_map *)map, in notsupp_get_next_key()
H A Dbpf_task_storage.c119 sdata = bpf_local_storage_update( in bpf_pid_task_storage_update_elem()
185 sdata = bpf_local_storage_update( in bpf_pid_task_storage_delete_elem()
H A Dbpf_local_storage.c630 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap, in bpf_local_storage_update() function
/linux/include/linux/
H A Dbpf_local_storage.h207 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap,
/linux/net/core/
H A Dbpf_sk_storage.c107 sdata = bpf_local_storage_update( in bpf_fd_sk_storage_update_elem()
251 sdata = bpf_local_storage_update( in BPF_CALL_5()