Lines Matching defs:map
27 struct bpf_map map; member
34 static inline bool stack_map_use_build_id(struct bpf_map *map) in stack_map_use_build_id()
39 static inline int stack_map_data_size(struct bpf_map *map) in stack_map_data_size()
213 static long __bpf_get_stackid(struct bpf_map *map, in __bpf_get_stackid()
283 BPF_CALL_3(bpf_get_stackid, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_3() argument
332 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument
572 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
578 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
601 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key()
630 static int stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
637 static int stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
656 static void stack_map_free(struct bpf_map *map) in stack_map_free()