Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbpf_local_storage.h165 void bpf_local_storage_map_free(struct bpf_map *map,
/linux-6.12.1/kernel/bpf/
Dbpf_inode_storage.c191 bpf_local_storage_map_free(map, &inode_cache, NULL); in inode_storage_map_free()
Dbpf_cgrp_storage.c157 bpf_local_storage_map_free(map, &cgroup_cache, NULL); in cgroup_storage_map_free()
Dbpf_task_storage.c317 bpf_local_storage_map_free(map, &task_cache, &bpf_task_storage_busy); in task_storage_map_free()
Dbpf_local_storage.c822 void bpf_local_storage_map_free(struct bpf_map *map, in bpf_local_storage_map_free() function
/linux-6.12.1/net/core/
Dbpf_sk_storage.c66 bpf_local_storage_map_free(map, &sk_cache, NULL); in bpf_sk_storage_map_free()