Searched refs:map_free (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/kernel/bpf/ |
H A D | queue_stack_maps.c | 273 .map_free = queue_stack_map_free, 289 .map_free = queue_stack_map_free,
|
H A D | arraymap.c | 754 .map_free = array_map_free, 779 .map_free = array_map_free, 1142 .map_free = prog_array_map_free, 1249 .map_free = perf_event_fd_array_map_free, 1285 .map_free = cgroup_fd_array_free, 1370 .map_free = array_of_map_free,
|
H A D | bpf_inode_storage.c | 206 .map_free = inode_storage_map_free,
|
H A D | bloom_filter.c | 208 .map_free = bloom_map_free,
|
H A D | bpf_cgrp_storage.c | 211 .map_free = cgroup_storage_map_free,
|
H A D | ringbuf.c | 354 .map_free = ringbuf_map_free, 369 .map_free = ringbuf_map_free,
|
H A D | bpf_task_storage.c | 325 .map_free = task_storage_map_free,
|
H A D | reuseport_array.c | 347 .map_free = reuseport_array_free,
|
H A D | hashtab.c | 2284 .map_free = htab_map_free, 2305 .map_free = htab_map_free, 2459 .map_free = htab_map_free, 2479 .map_free = htab_map_free, 2618 .map_free = htab_of_map_free,
|
H A D | devmap.c | 1040 .map_free = dev_map_free, 1054 .map_free = dev_map_free,
|
H A D | local_storage.c | 459 .map_free = cgroup_storage_map_free,
|
H A D | lpm_trie.c | 755 .map_free = trie_free,
|
H A D | cpumap.c | 657 .map_free = cpu_map_free,
|
H A D | stackmap.c | 683 .map_free = stack_map_free,
|
H A D | bpf_struct_ops.c | 720 .map_free = bpf_struct_ops_map_free,
|
H A D | syscall.c | 109 .map_free = bpf_map_offload_map_free, 700 map->ops->map_free(map); in bpf_map_free_deferred() 1324 map->ops->map_free(map); in map_create()
|
/openbmc/linux/net/xdp/ |
H A D | xskmap.c | 270 .map_free = xsk_map_free,
|
/openbmc/linux/net/core/ |
H A D | sock_map.c | 829 .map_free = sock_map_free, 1445 .map_free = sock_hash_free,
|
H A D | bpf_sk_storage.c | 311 .map_free = bpf_sk_storage_map_free,
|
/openbmc/linux/include/linux/ |
H A D | bpf.h | 80 void (*map_free)(struct bpf_map *map); member
|