Searched refs:map_free (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
D | queue_stack_maps.c | 263 .map_free = queue_stack_map_free, 280 .map_free = queue_stack_map_free,
|
D | arraymap.c | 655 .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,
|
D | bpf_inode_storage.c | 248 .map_free = inode_storage_map_free,
|
D | reuseport_array.c | 357 .map_free = reuseport_array_free,
|
D | hashtab.c | 1837 .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,
|
D | devmap.c | 755 .map_free = dev_map_free, 769 .map_free = dev_map_free,
|
D | ringbuf.c | 289 .map_free = ringbuf_map_free,
|
D | local_storage.c | 454 .map_free = cgroup_storage_map_free,
|
D | bpf_struct_ops.c | 619 .map_free = bpf_struct_ops_map_free,
|
D | lpm_trie.c | 737 .map_free = trie_free,
|
D | cpumap.c | 660 .map_free = cpu_map_free,
|
D | stackmap.c | 847 .map_free = stack_map_free,
|
D | syscall.c | 98 .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/ |
D | xskmap.c | 263 .map_free = xsk_map_free,
|
/kernel/linux/linux-5.10/net/core/ |
D | bpf_sk_storage.c | 341 .map_free = sk_storage_map_free,
|
D | sock_map.c | 843 .map_free = sock_map_free, 1464 .map_free = sock_hash_free,
|
/kernel/linux/linux-5.10/include/linux/ |
D | bpf.h | 60 void (*map_free)(struct bpf_map *map); member
|