Searched refs:bpf_stack_map (Results 1 – 1 of 1) sorted by relevance
/kernel/bpf/ |
A D | stackmap.c | 26 struct bpf_stack_map { struct 45 static int prealloc_elems_and_freelist(struct bpf_stack_map *smap) in prealloc_elems_and_freelist() argument 73 struct bpf_stack_map *smap; in stack_map_alloc() 230 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in __bpf_get_stackid() 651 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in bpf_stackmap_copy() 675 struct bpf_stack_map *smap = container_of(map, in stack_map_get_next_key() 676 struct bpf_stack_map, map); in stack_map_get_next_key() 710 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_delete_elem() 729 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_free() 739 struct bpf_stack_map *smap = container_of(map, struct bpf_stack_map, map); in stack_map_mem_usage() [all …]
|
Completed in 6 milliseconds