Searched refs:map_free (Results 1 – 19 of 19) sorted by relevance
/linux-5.19.10/kernel/bpf/ |
D | queue_stack_maps.c | 256 .map_free = queue_stack_map_free, 271 .map_free = queue_stack_map_free,
|
D | arraymap.c | 723 .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,
|
D | bloom_filter.c | 200 .map_free = bloom_map_free,
|
D | bpf_inode_storage.c | 254 .map_free = inode_storage_map_free,
|
D | bpf_task_storage.c | 315 .map_free = task_storage_map_free,
|
D | reuseport_array.c | 346 .map_free = reuseport_array_free,
|
D | hashtab.c | 2152 .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,
|
D | devmap.c | 1013 .map_free = dev_map_free, 1026 .map_free = dev_map_free,
|
D | ringbuf.c | 271 .map_free = ringbuf_map_free,
|
D | local_storage.c | 454 .map_free = cgroup_storage_map_free,
|
D | lpm_trie.c | 727 .map_free = trie_free,
|
D | bpf_struct_ops.c | 647 .map_free = bpf_struct_ops_map_free,
|
D | cpumap.c | 681 .map_free = cpu_map_free,
|
D | stackmap.c | 661 .map_free = stack_map_free,
|
D | syscall.c | 106 .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/ |
D | xskmap.c | 262 .map_free = xsk_map_free,
|
/linux-5.19.10/net/core/ |
D | bpf_sk_storage.c | 347 .map_free = bpf_sk_storage_map_free,
|
D | sock_map.c | 809 .map_free = sock_map_free, 1409 .map_free = sock_hash_free,
|
/linux-5.19.10/include/linux/ |
D | bpf.h | 69 void (*map_free)(struct bpf_map *map); member
|