Lines Matching defs:map
77 struct bpf_map map; member
373 struct bpf_map *map, int fd) in __cpu_map_load_bpf_program()
394 __cpu_map_entry_alloc(struct bpf_map *map, struct bpf_cpumap_val *value, in __cpu_map_entry_alloc()
518 static long cpu_map_delete_elem(struct bpf_map *map, void *key) in cpu_map_delete_elem()
531 static long cpu_map_update_elem(struct bpf_map *map, void *key, void *value, in cpu_map_update_elem()
569 static void cpu_map_free(struct bpf_map *map) in cpu_map_free()
605 static void *__cpu_map_lookup_elem(struct bpf_map *map, u32 key) in __cpu_map_lookup_elem()
618 static void *cpu_map_lookup_elem(struct bpf_map *map, void *key) in cpu_map_lookup_elem()
626 static int cpu_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in cpu_map_get_next_key()
643 static long cpu_map_redirect(struct bpf_map *map, u64 index, u64 flags) in cpu_map_redirect()
649 static u64 cpu_map_mem_usage(const struct bpf_map *map) in cpu_map_mem_usage()