Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dxskmap.c36 bpf_map_init_from_attr(&m->map, attr); in xsk_map_alloc()
Dreuseport_array.c178 bpf_map_init_from_attr(&array->map, attr); in reuseport_array_alloc()
Dlocal_storage.c221 bpf_map_init_from_attr(&map->map, attr); in cgroup_storage_map_alloc()
Dcpumap.c98 bpf_map_init_from_attr(&cmap->map, attr); in cpu_map_alloc()
Ddevmap.c106 bpf_map_init_from_attr(&dtab->map, attr); in dev_map_alloc()
Dlpm_trie.c527 bpf_map_init_from_attr(&trie->map, attr); in trie_alloc()
Doffload.c347 bpf_map_init_from_attr(&offmap->map, attr); in bpf_map_offload_map_alloc()
Dstackmap.c131 bpf_map_init_from_attr(&smap->map, attr); in stack_map_alloc()
Darraymap.c139 bpf_map_init_from_attr(&array->map, attr); in array_map_alloc()
Dsockmap.c1679 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc()
2200 bpf_map_init_from_attr(&htab->map, attr); in sock_hash_alloc()
Dhashtab.c319 bpf_map_init_from_attr(&htab->map, attr); in htab_map_alloc()
Dsyscall.c162 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr() function
/Linux-v4.19/include/linux/
Dbpf.h456 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);