Searched refs:bpf_stack_map (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | stackmap.c | 27 struct bpf_stack_map { struct 68 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist() 96 struct bpf_stack_map *smap; in stack_map_alloc() 526 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stackid_init() 572 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stackid_new_bucket() 597 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stackid_install() 1038 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_extract() 1065 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() 1066 struct bpf_stack_map, map); in stack_map_get_next_key() 1100 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() [all …]
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 240 struct bpf_stack_map { struct 253 struct bpf_stack_map *stack_trace = in check_stack_trace() argument 254 (struct bpf_stack_map *)&m_stack_trace; in check_stack_trace()
|