Searched refs:bpf_local_storage_map_free (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | bpf_local_storage.h | 171 void bpf_local_storage_map_free(struct bpf_map *map,
|
| /linux-6.15/kernel/bpf/ |
| H A D | bpf_inode_storage.c | 191 bpf_local_storage_map_free(map, &inode_cache, NULL); in inode_storage_map_free()
|
| H A D | bpf_cgrp_storage.c | 156 bpf_local_storage_map_free(map, &cgroup_cache, &bpf_cgrp_storage_busy); in cgroup_storage_map_free()
|
| H A D | bpf_task_storage.c | 318 bpf_local_storage_map_free(map, &task_cache, &bpf_task_storage_busy); in task_storage_map_free()
|
| H A D | bpf_local_storage.c | 862 void bpf_local_storage_map_free(struct bpf_map *map, in bpf_local_storage_map_free() function
|
| /linux-6.15/net/core/ |
| H A D | bpf_sk_storage.c | 67 bpf_local_storage_map_free(map, &sk_cache, NULL); in bpf_sk_storage_map_free()
|