Searched refs:bpf_local_storage_update (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_inode_storage.c | 135 sdata = bpf_local_storage_update(f->f_inode, in bpf_fd_inode_storage_update_elem() 180 * bpf_local_storage_update expects the owner to have a in BPF_CALL_4() 194 sdata = bpf_local_storage_update( in BPF_CALL_4()
|
H A D | bpf_local_storage.c | 332 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap, in bpf_local_storage_update() function
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_cgrp_storage.c | 109 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()
|
H A D | bpf_inode_storage.c | 104 sdata = bpf_local_storage_update(file_inode(f.file), in bpf_fd_inode_storage_update_elem() 149 * bpf_local_storage_update expects the owner to have a in BPF_CALL_5() 163 sdata = bpf_local_storage_update( in BPF_CALL_5()
|
H A D | bpf_task_storage.c | 148 sdata = bpf_local_storage_update( in bpf_pid_task_storage_update_elem() 220 sdata = bpf_local_storage_update( in __bpf_task_storage_get()
|
H A D | bpf_local_storage.c | 552 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap, in bpf_local_storage_update() function
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf_local_storage.h | 160 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf_local_storage.h | 171 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap,
|
/kernel/linux/linux-5.10/net/core/ |
H A D | bpf_sk_storage.c | 139 sdata = bpf_local_storage_update( in bpf_fd_sk_storage_update_elem() 274 sdata = bpf_local_storage_update( in BPF_CALL_4()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | bpf_sk_storage.c | 107 sdata = bpf_local_storage_update( in bpf_fd_sk_storage_update_elem() 244 sdata = bpf_local_storage_update( in BPF_CALL_5()
|
Completed in 7 milliseconds