Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_inode_storage.c191 bpf_local_storage_map_free(map, &inode_cache, NULL); in inode_storage_map_free()
H A Dbpf_cgrp_storage.c156 bpf_local_storage_map_free(map, &cgroup_cache, &bpf_cgrp_storage_busy); in cgroup_storage_map_free()
H A Dbpf_task_storage.c318 bpf_local_storage_map_free(map, &task_cache, &bpf_task_storage_busy); in task_storage_map_free()
H A Dbpf_local_storage.c862 void bpf_local_storage_map_free(struct bpf_map *map, in bpf_local_storage_map_free() function
/linux/net/core/
H A Dbpf_sk_storage.c67 bpf_local_storage_map_free(map, &sk_cache, NULL); in bpf_sk_storage_map_free()