Searched refs:bpf_map_init_from_attr (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/kernel/bpf/ |
D | bloom_filter.c | 150 bpf_map_init_from_attr(&bloom->map, attr); in bloom_map_alloc()
|
D | queue_stack_maps.c | 81 bpf_map_init_from_attr(&qs->map, attr); in queue_stack_map_alloc()
|
D | reuseport_array.c | 163 bpf_map_init_from_attr(&array->map, attr); in reuseport_array_alloc()
|
D | bpf_local_storage.c | 616 bpf_map_init_from_attr(&smap->map, attr); in bpf_local_storage_map_alloc()
|
D | local_storage.c | 321 bpf_map_init_from_attr(&map->map, attr); in cgroup_storage_map_alloc()
|
D | lpm_trie.c | 566 bpf_map_init_from_attr(&trie->map, attr); in trie_alloc()
|
D | bpf_struct_ops.c | 640 bpf_map_init_from_attr(map, attr); in bpf_struct_ops_map_alloc()
|
D | offload.c | 376 bpf_map_init_from_attr(&offmap->map, attr); in bpf_map_offload_map_alloc()
|
D | ringbuf.c | 205 bpf_map_init_from_attr(&rb_map->map, attr); in ringbuf_map_alloc()
|
D | cpumap.c | 104 bpf_map_init_from_attr(&cmap->map, attr); in cpu_map_alloc()
|
D | stackmap.c | 107 bpf_map_init_from_attr(&smap->map, attr); in stack_map_alloc()
|
D | devmap.c | 131 bpf_map_init_from_attr(&dtab->map, attr); in dev_map_init_map()
|
D | arraymap.c | 146 bpf_map_init_from_attr(&array->map, attr); in array_map_alloc()
|
D | hashtab.c | 481 bpf_map_init_from_attr(&htab->map, attr); in htab_map_alloc()
|
D | syscall.c | 364 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) in bpf_map_init_from_attr() function
|
/linux-6.1.9/net/xdp/ |
D | xskmap.c | 82 bpf_map_init_from_attr(&m->map, attr); in xsk_map_alloc()
|
/linux-6.1.9/net/core/ |
D | sock_map.c | 48 bpf_map_init_from_attr(&stab->map, attr); in sock_map_alloc() 1094 bpf_map_init_from_attr(&htab->map, attr); in sock_hash_alloc()
|
/linux-6.1.9/include/linux/ |
D | bpf.h | 1742 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);
|