Lines Matching defs:map
7 struct bpf_map map; member
37 static void insn_array_free(struct bpf_map *map) in insn_array_free()
64 static void *insn_array_lookup_elem(struct bpf_map *map, void *key) in insn_array_lookup_elem()
75 static long insn_array_update_elem(struct bpf_map *map, void *key, void *value, u64 map_flags) in insn_array_update_elem()
96 static long insn_array_delete_elem(struct bpf_map *map, void *key) in insn_array_delete_elem()
101 static int insn_array_check_btf(struct bpf_map *map, in insn_array_check_btf()
115 static u64 insn_array_mem_usage(const struct bpf_map *map) in insn_array_mem_usage()
120 static int insn_array_map_direct_value_addr(const struct bpf_map *map, u64 *imm, u32 off) in insn_array_map_direct_value_addr()
150 static inline bool is_frozen(struct bpf_map *map) in is_frozen()
157 static bool is_insn_array(const struct bpf_map *map) in is_insn_array()
183 int bpf_insn_array_init(struct bpf_map *map, const struct bpf_prog *prog) in bpf_insn_array_init()
212 int bpf_insn_array_ready(struct bpf_map *map) in bpf_insn_array_ready()
227 void bpf_insn_array_release(struct bpf_map *map) in bpf_insn_array_release()
234 void bpf_insn_array_adjust(struct bpf_map *map, u32 off, u32 len) in bpf_insn_array_adjust()
251 void bpf_insn_array_adjust_after_remove(struct bpf_map *map, u32 off, u32 len) in bpf_insn_array_adjust_after_remove()
277 struct bpf_map *map; in bpf_prog_update_insn_ptrs() local