Searched refs:bpf_map_init_from_attr (Results 1 – 17 of 17) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | bloom_filter.c | 150 bpf_map_init_from_attr(&bloom->map, attr); in bloom_map_alloc()
|
| H A D | queue_stack_maps.c | 78 bpf_map_init_from_attr(&qs->map, attr); in queue_stack_map_alloc()
|
| H A D | reuseport_array.c | 160 bpf_map_init_from_attr(&array->map, attr); in reuseport_array_alloc()
|
| H A D | bpf_insn_array.c | 56 bpf_map_init_from_attr(&insn_array->map, attr); in insn_array_alloc()
|
| H A D | local_storage.c | 332 bpf_map_init_from_attr(&map->map, attr); in cgroup_storage_map_alloc()
|
| H A D | bpf_local_storage.c | 784 bpf_map_init_from_attr(&smap->map, attr); in bpf_local_storage_map_alloc()
|
| H A D | cpumap.c | 105 bpf_map_init_from_attr(&cmap->map, attr); in cpu_map_alloc()
|
| H A D | ringbuf.c | 217 bpf_map_init_from_attr(&rb_map->map, attr); in ringbuf_map_alloc()
|
| H A D | arena.c | 313 bpf_map_init_from_attr(&arena->map, attr); in arena_map_alloc()
|
| H A D | stackmap.c | 130 bpf_map_init_from_attr(&smap->map, attr); in stack_map_alloc()
|
| H A D | bpf_struct_ops.c | 1165 bpf_map_init_from_attr(map, attr); in bpf_struct_ops_map_alloc()
|
| H A D | arraymap.c | 150 bpf_map_init_from_attr(&array->map, attr); in array_map_alloc()
|
| H A D | hashtab.c | 563 bpf_map_init_from_attr(&htab->map, attr); in htab_map_alloc() 2804 bpf_map_init_from_attr(&rhtab->map, attr); in rhtab_map_alloc()
|
| H A D | syscall.c | 436 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr() function
|
| /linux/net/xdp/ |
| H A D | xskmap.c | 82 bpf_map_init_from_attr(&m->map, attr); in xsk_map_alloc()
|
| /linux/net/core/ |
| H A D | sock_map.c | 54 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc() 1116 bpf_map_init_from_attr(&htab->map, attr); in sock_hash_alloc()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2771 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);
|