Searched refs:bpf_map_init_from_attr (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/kernel/bpf/ |
D | queue_stack_maps.c | 89 bpf_map_init_from_attr(&qs->map, attr); in queue_stack_map_alloc()
|
D | reuseport_array.c | 175 bpf_map_init_from_attr(&array->map, attr); in reuseport_array_alloc()
|
D | xskmap.c | 99 bpf_map_init_from_attr(&m->map, attr); in xsk_map_alloc()
|
D | cpumap.c | 99 bpf_map_init_from_attr(&cmap->map, attr); in cpu_map_alloc()
|
D | local_storage.c | 309 bpf_map_init_from_attr(&map->map, attr); in cgroup_storage_map_alloc()
|
D | lpm_trie.c | 565 bpf_map_init_from_attr(&trie->map, attr); in trie_alloc()
|
D | stackmap.c | 128 bpf_map_init_from_attr(&smap->map, attr); in stack_map_alloc()
|
D | offload.c | 379 bpf_map_init_from_attr(&offmap->map, attr); in bpf_map_offload_map_alloc()
|
D | devmap.c | 120 bpf_map_init_from_attr(&dtab->map, attr); in dev_map_init_map()
|
D | arraymap.c | 129 bpf_map_init_from_attr(&array->map, attr); in array_map_alloc()
|
D | hashtab.c | 316 bpf_map_init_from_attr(&htab->map, attr); in htab_map_alloc()
|
D | syscall.c | 176 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr() function
|
/Linux-v5.4/net/core/ |
D | sock_map.c | 42 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc() 813 bpf_map_init_from_attr(&htab->map, attr); in sock_hash_alloc()
|
D | bpf_sk_storage.c | 644 bpf_map_init_from_attr(&smap->map, attr); in bpf_sk_storage_map_alloc()
|
/Linux-v5.4/include/linux/ |
D | bpf.h | 665 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);
|