Lines Matching refs:bpf_map
27 struct bpf_map map;
53 static inline bool stack_map_use_build_id(struct bpf_map *map) in stack_map_use_build_id()
58 static inline int stack_map_data_size(struct bpf_map *map) in stack_map_data_size()
89 static struct bpf_map *stack_map_alloc(union bpf_attr *attr) in stack_map_alloc()
259 static long __bpf_get_stackid(struct bpf_map *map, in __bpf_get_stackid()
337 BPF_CALL_3(bpf_get_stackid, struct pt_regs *, regs, struct bpf_map *, map, in BPF_CALL_3() argument
383 struct bpf_map *, map, u64, flags) in BPF_CALL_3() argument
615 static void *stack_map_lookup_elem(struct bpf_map *map, void *key) in stack_map_lookup_elem()
621 int bpf_stackmap_copy(struct bpf_map *map, void *key, void *value) in bpf_stackmap_copy()
644 static int stack_map_get_next_key(struct bpf_map *map, void *key, in stack_map_get_next_key()
673 static int stack_map_update_elem(struct bpf_map *map, void *key, void *value, in stack_map_update_elem()
680 static int stack_map_delete_elem(struct bpf_map *map, void *key) in stack_map_delete_elem()
699 static void stack_map_free(struct bpf_map *map) in stack_map_free()