Searched refs:bpf_local_storage_map (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| A D | bpf_local_storage.h | 47 struct bpf_local_storage_map { struct 71 struct bpf_local_storage_map __rcu *smap; argument 90 struct bpf_local_storage_map __rcu *smap; 133 struct bpf_local_storage_map *smap, 138 struct bpf_local_storage_map *smap, in bpf_local_storage_lookup() 179 void bpf_selem_link_map(struct bpf_local_storage_map *smap, 183 bpf_selem_alloc(struct bpf_local_storage_map *smap, void *owner, void *value, 187 struct bpf_local_storage_map *smap, 192 struct bpf_local_storage_map *smap, 197 bpf_local_storage_update(void *owner, struct bpf_local_storage_map *smap,
|
| A D | bpf.h | 49 struct bpf_local_storage_map; 148 int (*map_local_storage_charge)(struct bpf_local_storage_map *smap, 150 void (*map_local_storage_uncharge)(struct bpf_local_storage_map *smap,
|
| /linux/kernel/bpf/ |
| A D | bpf_local_storage.c | 21 select_bucket(struct bpf_local_storage_map *smap, in select_bucket() 157 struct bpf_local_storage_map *smap, in bpf_local_storage_free() 226 struct bpf_local_storage_map *smap, in bpf_selem_free() 257 struct bpf_local_storage_map *smap; in bpf_selem_unlink_storage_nolock() 312 struct bpf_local_storage_map *selem_smap; in check_storage_bpf_ma() 345 struct bpf_local_storage_map *storage_smap; in bpf_selem_unlink_storage() 379 struct bpf_local_storage_map *smap; in bpf_selem_unlink_map() 449 struct bpf_local_storage_map *smap, in bpf_local_storage_alloc() 747 struct bpf_local_storage_map *smap = (struct bpf_local_storage_map *)map; in bpf_local_storage_map_mem_usage() 770 struct bpf_local_storage_map *smap; in bpf_local_storage_map_alloc() [all …]
|
| A D | bpf_inode_storage.c | 41 struct bpf_local_storage_map *smap; in inode_storage_lookup() 53 smap = (struct bpf_local_storage_map *)map; in inode_storage_lookup() 102 (struct bpf_local_storage_map *)map, in bpf_fd_inode_storage_update_elem() 156 inode, (struct bpf_local_storage_map *)map, value, in BPF_CALL_5()
|
| A D | bpf_cgrp_storage.c | 67 struct bpf_local_storage_map *smap; in cgroup_storage_lookup() 74 smap = (struct bpf_local_storage_map *)map; in cgroup_storage_lookup() 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()
|
| A D | bpf_task_storage.c | 61 struct bpf_local_storage_map *smap; in task_storage_lookup() 68 smap = (struct bpf_local_storage_map *)map; in task_storage_lookup() 149 task, (struct bpf_local_storage_map *)map, value, map_flags, in bpf_pid_task_storage_update_elem() 221 task, (struct bpf_local_storage_map *)map, value, in __bpf_task_storage_get() 320 BTF_ID_LIST_GLOBAL_SINGLE(bpf_local_storage_map_btf_id, struct, bpf_local_storage_map)
|
| /linux/net/core/ |
| A D | bpf_sk_storage.c | 24 struct bpf_local_storage_map *smap; in bpf_sk_storage_lookup() 31 smap = (struct bpf_local_storage_map *)map; in bpf_sk_storage_lookup() 108 sock->sk, (struct bpf_local_storage_map *)map, value, in bpf_fd_sk_storage_update_elem() 135 struct bpf_local_storage_map *smap, in bpf_sk_storage_clone_elem() 171 struct bpf_local_storage_map *smap; in bpf_sk_storage_clone() 245 sk, (struct bpf_local_storage_map *)map, value, in BPF_CALL_5() 543 struct bpf_local_storage_map *smap; in diag_get() 584 struct bpf_local_storage_map *smap; in bpf_sk_storage_diag_put_all() 666 (struct bpf_local_storage_map *)diag->maps[i], in bpf_sk_storage_diag_put() 711 struct bpf_local_storage_map *smap; in bpf_sk_storage_map_seq_find_next() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | map_ptr_kern.c | 611 struct bpf_local_storage_map { struct 624 struct bpf_local_storage_map *sk_storage = in check_sk_storage() argument 625 (struct bpf_local_storage_map *)&m_sk_storage; in check_sk_storage()
|
Completed in 33 milliseconds