Searched refs:bpf_stack_map (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/kernel/bpf/ |
D | stackmap.c | 25 struct bpf_stack_map { struct 61 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist() 88 struct bpf_stack_map *smap; in stack_map_alloc() 348 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in BPF_CALL_3() 521 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() 545 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() 546 struct bpf_stack_map, map); in stack_map_get_next_key() 580 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() 599 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free()
|