Lines Matching defs:bpf_map
27 struct bpf_map map;
34 static inline bool stack_map_use_build_id(struct bpf_map *map)
39 static inline int stack_map_data_size(struct bpf_map *map)
70 static struct bpf_map *stack_map_alloc(union bpf_attr *attr)
227 static long __bpf_get_stackid(struct bpf_map *map,
300 BPF_CALL_3(bpf_get_stackid, struct pt_regs *, regs, struct bpf_map *, map,
349 struct bpf_map *, map, u64, flags)
643 static void *stack_map_lookup_elem(struct bpf_map *map, void *key)
649 static int stack_map_lookup_and_delete_elem(struct bpf_map *map, void *key,
656 int bpf_stackmap_extract(struct bpf_map *map, void *key, void *value,
683 static int stack_map_get_next_key(struct bpf_map *map, void *key,
712 static long stack_map_update_elem(struct bpf_map *map, void *key, void *value,
719 static long stack_map_delete_elem(struct bpf_map *map, void *key)
738 static void stack_map_free(struct bpf_map *map)
748 static u64 stack_map_mem_usage(const struct bpf_map *map)