Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dbpf_inode_storage.c101 sdata = bpf_local_storage_update(file_inode(fd_file(f)), in bpf_fd_inode_storage_update_elem()
155 sdata = bpf_local_storage_update( in BPF_CALL_5()
Dbpf_cgrp_storage.c109 sdata = bpf_local_storage_update(cgroup, (struct bpf_local_storage_map *)map, in bpf_cgrp_storage_update_elem()
183 sdata = bpf_local_storage_update(cgroup, (struct bpf_local_storage_map *)map, in BPF_CALL_5()
Dbpf_task_storage.c148 sdata = bpf_local_storage_update( in bpf_pid_task_storage_update_elem()
220 sdata = bpf_local_storage_update( in __bpf_task_storage_get()
Dbpf_local_storage.c526 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap, in bpf_local_storage_update() function
/linux-6.12.1/include/linux/
Dbpf_local_storage.h197 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap,
/linux-6.12.1/net/core/
Dbpf_sk_storage.c107 sdata = bpf_local_storage_update( in bpf_fd_sk_storage_update_elem()
244 sdata = bpf_local_storage_update( in BPF_CALL_5()