Home
last modified time | relevance | path

Searched refs:bpf_map_init_from_attr (Results 1 – 18 of 18) sorted by relevance

/linux/kernel/bpf/
A Dbloom_filter.c144 bpf_map_init_from_attr(&bloom->map, attr); in bloom_map_alloc()
A Dqueue_stack_maps.c82 bpf_map_init_from_attr(&qs->map, attr); in queue_stack_map_alloc()
A Dreuseport_array.c169 bpf_map_init_from_attr(&array->map, attr); in reuseport_array_alloc()
A Dringbuf.c170 bpf_map_init_from_attr(&rb_map->map, attr); in ringbuf_map_alloc()
A Dbpf_local_storage.c567 bpf_map_init_from_attr(&smap->map, attr); in bpf_local_storage_map_alloc()
A Dlocal_storage.c322 bpf_map_init_from_attr(&map->map, attr); in cgroup_storage_map_alloc()
A Dlpm_trie.c565 bpf_map_init_from_attr(&trie->map, attr); in trie_alloc()
A Dbpf_struct_ops.c610 bpf_map_init_from_attr(map, attr); in bpf_struct_ops_map_alloc()
A Doffload.c379 bpf_map_init_from_attr(&offmap->map, attr); in bpf_map_offload_map_alloc()
A Dcpumap.c103 bpf_map_init_from_attr(&cmap->map, attr); in cpu_map_alloc()
A Dstackmap.c127 bpf_map_init_from_attr(&smap->map, attr); in stack_map_alloc()
A Ddevmap.c130 bpf_map_init_from_attr(&dtab->map, attr); in dev_map_init_map()
A Darraymap.c147 bpf_map_init_from_attr(&array->map, attr); in array_map_alloc()
A Dhashtab.c484 bpf_map_init_from_attr(&htab->map, attr); in htab_map_alloc()
A Dsyscall.c360 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr() function
/linux/net/xdp/
A Dxskmap.c80 bpf_map_init_from_attr(&m->map, attr); in xsk_map_alloc()
/linux/net/core/
A Dsock_map.c48 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc()
1079 bpf_map_init_from_attr(&htab->map, attr); in sock_hash_alloc()
/linux/include/linux/
A Dbpf.h1412 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);

Completed in 908 milliseconds