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()
227 static long __bpf_get_stackid(struct bpf_map *map, in __bpf_get_stackid()
300 BPF_CALL_3(bpf_get_stackid, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_3() argument
349 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument
643 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
649 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
672 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key()
701 static long stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
708 static long stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
727 static void stack_map_free(struct bpf_map *map) in stack_map_free()
737 static u64 stack_map_mem_usage(const struct bpf_map *map) in stack_map_mem_usage()