Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbloom_filter.c151 bpf_map_init_from_attr(&bloom->map, attr); in bloom_map_alloc()
H A Dqueue_stack_maps.c77 bpf_map_init_from_attr(&qs->map, attr); in queue_stack_map_alloc()
H A Dreuseport_array.c160 bpf_map_init_from_attr(&array->map, attr); in reuseport_array_alloc()
H A Dlocal_storage.c321 bpf_map_init_from_attr(&map->map, attr); in cgroup_storage_map_alloc()
H A Dlpm_trie.c584 bpf_map_init_from_attr(&trie->map, attr); in trie_alloc()
H A Dcpumap.c103 bpf_map_init_from_attr(&cmap->map, attr); in cpu_map_alloc()
H A Dbpf_local_storage.c804 bpf_map_init_from_attr(&smap->map, attr); in bpf_local_storage_map_alloc()
H A Dstackmap.c107 bpf_map_init_from_attr(&smap->map, attr); in stack_map_alloc()
H A Dringbuf.c205 bpf_map_init_from_attr(&rb_map->map, attr); in ringbuf_map_alloc()
H A Doffload.c523 bpf_map_init_from_attr(&offmap->map, attr); in bpf_map_offload_map_alloc()
H A Dbpf_struct_ops.c696 bpf_map_init_from_attr(map, attr); in bpf_struct_ops_map_alloc()
H A Ddevmap.c130 bpf_map_init_from_attr(&dtab->map, attr); in dev_map_init_map()
H A Darraymap.c149 bpf_map_init_from_attr(&array->map, attr); in array_map_alloc()
H A Dhashtab.c490 bpf_map_init_from_attr(&htab->map, attr); in htab_map_alloc()
H A Dsyscall.c339 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr() function
/openbmc/linux/net/xdp/
H A Dxskmap.c82 bpf_map_init_from_attr(&m->map, attr); in xsk_map_alloc()
/openbmc/linux/net/core/
H A Dsock_map.c46 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc()
1111 bpf_map_init_from_attr(&htab->map, attr); in sock_hash_alloc()
/openbmc/linux/include/linux/
H A Dbpf.h2103 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);