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.c649 .map_free = array_map_free,
672 .map_free = array_map_free,
1065 .map_free = prog_array_map_free,
1172 .map_free = perf_event_fd_array_map_free,
1209 .map_free = cgroup_fd_array_free,
1295 .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.c1835 .map_free = htab_map_free,
1853 .map_free = htab_map_free,
1974 .map_free = htab_map_free,
1991 .map_free = htab_map_free,
2127 .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,
Dlpm_trie.c737 .map_free = trie_free,
Dbpf_struct_ops.c619 .map_free = bpf_struct_ops_map_free,
Dlocal_storage.c454 .map_free = cgroup_storage_map_free,
Dcpumap.c660 .map_free = cpu_map_free,
Dstackmap.c855 .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.c343 .map_free = sk_storage_map_free,
Dsock_map.c832 .map_free = sock_map_free,
1444 .map_free = sock_hash_free,
/kernel/linux/linux-5.10/include/linux/
Dbpf.h60 void (*map_free)(struct bpf_map *map); member