Searched refs:bpf_local_storage_map_free (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/include/linux/ |
D | bpf_local_storage.h | 165 void bpf_local_storage_map_free(struct bpf_map *map,
|
/linux-6.12.1/kernel/bpf/ |
D | bpf_inode_storage.c | 191 bpf_local_storage_map_free(map, &inode_cache, NULL); in inode_storage_map_free()
|
D | bpf_cgrp_storage.c | 157 bpf_local_storage_map_free(map, &cgroup_cache, NULL); in cgroup_storage_map_free()
|
D | bpf_task_storage.c | 317 bpf_local_storage_map_free(map, &task_cache, &bpf_task_storage_busy); in task_storage_map_free()
|
D | bpf_local_storage.c | 822 void bpf_local_storage_map_free(struct bpf_map *map, in bpf_local_storage_map_free() function
|
/linux-6.12.1/net/core/ |
D | bpf_sk_storage.c | 66 bpf_local_storage_map_free(map, &sk_cache, NULL); in bpf_sk_storage_map_free()
|