Searched refs:bpf_map_init_from_attr (Results 1 - 19 of 19) sorted by relevance

/linux-master/kernel/bpf/
H A Dreuseport_array.c160 bpf_map_init_from_attr(&array->map, attr);
H A Dqueue_stack_maps.c77 bpf_map_init_from_attr(&qs->map, attr);
H A Dbloom_filter.c151 bpf_map_init_from_attr(&bloom->map, attr);
H A Dlocal_storage.c321 bpf_map_init_from_attr(&map->map, attr);
H A Dringbuf.c202 bpf_map_init_from_attr(&rb_map->map, attr);
H A Dbpf_local_storage.c778 bpf_map_init_from_attr(&smap->map, attr);
H A Dstackmap.c107 bpf_map_init_from_attr(&smap->map, attr);
H A Dlpm_trie.c566 bpf_map_init_from_attr(&trie->map, attr);
H A Dcpumap.c104 bpf_map_init_from_attr(&cmap->map, attr);
H A Darena.c134 bpf_map_init_from_attr(&arena->map, attr);
H A Doffload.c530 bpf_map_init_from_attr(&offmap->map, attr);
H A Dbpf_struct_ops.c971 bpf_map_init_from_attr(map, attr);
H A Ddevmap.c130 bpf_map_init_from_attr(&dtab->map, attr);
H A Darraymap.c146 bpf_map_init_from_attr(&array->map, attr);
H A Dhashtab.c488 bpf_map_init_from_attr(&htab->map, attr);
H A Dsyscall.c339 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr) function
/linux-master/net/xdp/
H A Dxskmap.c82 bpf_map_init_from_attr(&m->map, attr);
/linux-master/net/core/
H A Dsock_map.c46 bpf_map_init_from_attr(&stab->map, attr);
1107 bpf_map_init_from_attr(&htab->map, attr);
/linux-master/include/linux/
H A Dbpf.h2223 void bpf_map_init_from_attr(struct bpf_map *map, union bpf_attr *attr);

Completed in 258 milliseconds