Searched refs:bpf_map_init_from_attr (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | xskmap.c | 36 bpf_map_init_from_attr(&m->map, attr); in xsk_map_alloc()
|
D | reuseport_array.c | 178 bpf_map_init_from_attr(&array->map, attr); in reuseport_array_alloc()
|
D | local_storage.c | 221 bpf_map_init_from_attr(&map->map, attr); in cgroup_storage_map_alloc()
|
D | cpumap.c | 98 bpf_map_init_from_attr(&cmap->map, attr); in cpu_map_alloc()
|
D | devmap.c | 106 bpf_map_init_from_attr(&dtab->map, attr); in dev_map_alloc()
|
D | lpm_trie.c | 527 bpf_map_init_from_attr(&trie->map, attr); in trie_alloc()
|
D | offload.c | 347 bpf_map_init_from_attr(&offmap->map, attr); in bpf_map_offload_map_alloc()
|
D | stackmap.c | 131 bpf_map_init_from_attr(&smap->map, attr); in stack_map_alloc()
|
D | arraymap.c | 139 bpf_map_init_from_attr(&array->map, attr); in array_map_alloc()
|
D | sockmap.c | 1679 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()
|
D | hashtab.c | 319 bpf_map_init_from_attr(&htab->map, attr); in htab_map_alloc()
|
D | syscall.c | 162 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/ |
D | bpf.h | 456 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);
|