Home
last modified time | relevance | path

Searched refs:map_free (Results 1 – 19 of 19) sorted by relevance

/linux-5.19.10/kernel/bpf/
Dqueue_stack_maps.c256 .map_free = queue_stack_map_free,
271 .map_free = queue_stack_map_free,
Darraymap.c723 .map_free = array_map_free,
747 .map_free = array_map_free,
1141 .map_free = prog_array_map_free,
1246 .map_free = perf_event_fd_array_map_free,
1281 .map_free = cgroup_fd_array_free,
1365 .map_free = array_of_map_free,
Dbloom_filter.c200 .map_free = bloom_map_free,
Dbpf_inode_storage.c254 .map_free = inode_storage_map_free,
Dbpf_task_storage.c315 .map_free = task_storage_map_free,
Dreuseport_array.c346 .map_free = reuseport_array_free,
Dhashtab.c2152 .map_free = htab_map_free,
2172 .map_free = htab_map_free,
2325 .map_free = htab_map_free,
2344 .map_free = htab_map_free,
2482 .map_free = htab_of_map_free,
Ddevmap.c1013 .map_free = dev_map_free,
1026 .map_free = dev_map_free,
Dringbuf.c271 .map_free = ringbuf_map_free,
Dlocal_storage.c454 .map_free = cgroup_storage_map_free,
Dlpm_trie.c727 .map_free = trie_free,
Dbpf_struct_ops.c647 .map_free = bpf_struct_ops_map_free,
Dcpumap.c681 .map_free = cpu_map_free,
Dstackmap.c661 .map_free = stack_map_free,
Dsyscall.c106 .map_free = bpf_map_offload_map_free,
600 map->ops->map_free(map); in bpf_map_free_deferred()
1167 map->ops->map_free(map); in map_create()
/linux-5.19.10/net/xdp/
Dxskmap.c262 .map_free = xsk_map_free,
/linux-5.19.10/net/core/
Dbpf_sk_storage.c347 .map_free = bpf_sk_storage_map_free,
Dsock_map.c809 .map_free = sock_map_free,
1409 .map_free = sock_hash_free,
/linux-5.19.10/include/linux/
Dbpf.h69 void (*map_free)(struct bpf_map *map); member