Searched refs:bpf_stack_map (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | stackmap.c | 28 struct bpf_stack_map { struct 64 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist() 91 struct bpf_stack_map *smap; in stack_map_alloc() 341 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in BPF_CALL_3() 514 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() 538 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() 539 struct bpf_stack_map, map); in stack_map_get_next_key() 573 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() 592 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free()
|