Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dqueue_stack_maps.c263 .map_free = queue_stack_map_free,
280 .map_free = queue_stack_map_free,
Darraymap.c655 .map_free = array_map_free,
678 .map_free = array_map_free,
1071 .map_free = prog_array_map_free,
1178 .map_free = perf_event_fd_array_map_free,
1215 .map_free = cgroup_fd_array_free,
1301 .map_free = array_of_map_free,
Dbpf_inode_storage.c248 .map_free = inode_storage_map_free,
Dreuseport_array.c357 .map_free = reuseport_array_free,
Dhashtab.c1837 .map_free = htab_map_free,
1855 .map_free = htab_map_free,
1976 .map_free = htab_map_free,
1993 .map_free = htab_map_free,
2129 .map_free = htab_of_map_free,
Ddevmap.c755 .map_free = dev_map_free,
769 .map_free = dev_map_free,
Dringbuf.c289 .map_free = ringbuf_map_free,
Dlocal_storage.c454 .map_free = cgroup_storage_map_free,
Dbpf_struct_ops.c619 .map_free = bpf_struct_ops_map_free,
Dlpm_trie.c737 .map_free = trie_free,
Dcpumap.c660 .map_free = cpu_map_free,
Dstackmap.c847 .map_free = stack_map_free,
Dsyscall.c98 .map_free = bpf_map_offload_map_free,
484 map->ops->map_free(map); in bpf_map_free_deferred()
908 map->ops->map_free(map); in map_create()
/kernel/linux/linux-5.10/net/xdp/
Dxskmap.c263 .map_free = xsk_map_free,
/kernel/linux/linux-5.10/net/core/
Dbpf_sk_storage.c341 .map_free = sk_storage_map_free,
Dsock_map.c843 .map_free = sock_map_free,
1464 .map_free = sock_hash_free,
/kernel/linux/linux-5.10/include/linux/
Dbpf.h60 void (*map_free)(struct bpf_map *map); member