Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dqueue_stack_maps.c263 .map_free = queue_stack_map_free,
280 .map_free = queue_stack_map_free,
H A Darraymap.c655 .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,
H A Dbpf_inode_storage.c248 .map_free = inode_storage_map_free,
H A Dhashtab.c1837 .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,
H A Dreuseport_array.c357 .map_free = reuseport_array_free,
H A Ddevmap.c755 .map_free = dev_map_free,
769 .map_free = dev_map_free,
H A Dringbuf.c289 .map_free = ringbuf_map_free,
H A Dlpm_trie.c737 .map_free = trie_free,
H A Dlocal_storage.c457 .map_free = cgroup_storage_map_free,
H A Dbpf_struct_ops.c624 .map_free = bpf_struct_ops_map_free,
H A Dcpumap.c660 .map_free = cpu_map_free,
H A Dstackmap.c847 .map_free = stack_map_free,
H A Dsyscall.c100 .map_free = bpf_map_offload_map_free,
486 map->ops->map_free(map); in bpf_map_free_deferred()
910 map->ops->map_free(map); in map_create()
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxskmap.c263 .map_free = xsk_map_free,
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c341 .map_free = sk_storage_map_free,
H A Dsock_map.c841 .map_free = sock_map_free,
1462 .map_free = sock_hash_free,
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h61 void (*map_free)(struct bpf_map *map); member