Lines Matching refs:bpf_map
26 struct bpf_map map;
50 static inline bool stack_map_use_build_id(struct bpf_map *map) in stack_map_use_build_id()
55 static inline int stack_map_data_size(struct bpf_map *map) in stack_map_data_size()
85 static struct bpf_map *stack_map_alloc(union bpf_attr *attr) in stack_map_alloc()
345 BPF_CALL_3(bpf_get_stackid, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_3() argument
513 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
519 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
542 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key()
571 static int stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
578 static int stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
597 static void stack_map_free(struct bpf_map *map) in stack_map_free()