Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dqueue_stack_maps.c273 .map_free = queue_stack_map_free,
289 .map_free = queue_stack_map_free,
H A Darraymap.c788 .map_free = array_map_free,
813 .map_free = array_map_free,
1177 .map_free = prog_array_map_free,
1284 .map_free = perf_event_fd_array_map_free,
1320 .map_free = cgroup_fd_array_free,
1405 .map_free = array_of_map_free,
H A Dbpf_inode_storage.c206 .map_free = inode_storage_map_free,
H A Dbpf_cgrp_storage.c211 .map_free = cgroup_storage_map_free,
H A Dbloom_filter.c208 .map_free = bloom_map_free,
H A Dbpf_task_storage.c325 .map_free = task_storage_map_free,
H A Dreuseport_array.c347 .map_free = reuseport_array_free,
H A Dringbuf.c358 .map_free = ringbuf_map_free,
373 .map_free = ringbuf_map_free,
H A Dhashtab.c2269 .map_free = htab_map_free,
2290 .map_free = htab_map_free,
2464 .map_free = htab_map_free,
2485 .map_free = htab_map_free,
2630 .map_free = htab_of_map_free,
H A Ddevmap.c1046 .map_free = dev_map_free,
1061 .map_free = dev_map_free,
H A Dlocal_storage.c459 .map_free = cgroup_storage_map_free,
H A Darena.c393 .map_free = arena_map_free,
H A Dlpm_trie.c750 .map_free = trie_free,
H A Dcpumap.c660 .map_free = cpu_map_free,
H A Dstackmap.c683 .map_free = stack_map_free,
H A Dbpf_struct_ops.c1006 .map_free = bpf_struct_ops_map_free,
H A Dsyscall.c110 .map_free = bpf_map_offload_map_free,
746 map->ops->map_free(map); in bpf_map_free_deferred()
1415 map->ops->map_free(map); in map_create()
/linux/net/xdp/
H A Dxskmap.c270 .map_free = xsk_map_free,
/linux/net/core/
H A Dbpf_sk_storage.c312 .map_free = bpf_sk_storage_map_free,
H A Dsock_map.c831 .map_free = sock_map_free,
1442 .map_free = sock_hash_free,
/linux/include/linux/
H A Dbpf.h86 void (*map_free)(struct bpf_map *map); member