Lines Matching refs:bpf_map
25 struct bpf_map map;
59 struct bpf_map __rcu *map;
428 static int bpf_struct_ops_map_get_next_key(struct bpf_map *map, void *key, in bpf_struct_ops_map_get_next_key()
438 int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_sys_lookup_elem()
475 static void *bpf_struct_ops_map_lookup_elem(struct bpf_map *map, void *key) in bpf_struct_ops_map_lookup_elem()
589 static long bpf_struct_ops_map_update_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_update_elem()
796 static long bpf_struct_ops_map_delete_elem(struct bpf_map *map, void *key) in bpf_struct_ops_map_delete_elem()
824 static void bpf_struct_ops_map_seq_show_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_seq_show_elem()
846 static void __bpf_struct_ops_map_free(struct bpf_map *map) in __bpf_struct_ops_map_free()
858 static void bpf_struct_ops_map_free(struct bpf_map *map) in bpf_struct_ops_map_free()
898 static struct bpf_map *bpf_struct_ops_map_alloc(union bpf_attr *attr) in bpf_struct_ops_map_alloc()
905 struct bpf_map *map; in bpf_struct_ops_map_alloc()
987 static u64 bpf_struct_ops_map_mem_usage(const struct bpf_map *map) in bpf_struct_ops_map_mem_usage()
1023 struct bpf_map *map; in bpf_struct_ops_get()
1050 static bool bpf_struct_ops_valid_to_reg(struct bpf_map *map) in bpf_struct_ops_valid_to_reg()
1079 struct bpf_map *map; in bpf_struct_ops_map_link_show_fdinfo()
1093 struct bpf_map *map; in bpf_struct_ops_map_link_fill_link_info()
1104 static int bpf_struct_ops_map_link_update(struct bpf_link *link, struct bpf_map *new_map, in bpf_struct_ops_map_link_update()
1105 struct bpf_map *expected_old_map) in bpf_struct_ops_map_link_update()
1108 struct bpf_map *old_map; in bpf_struct_ops_map_link_update()
1158 struct bpf_map *map; in bpf_struct_ops_map_link_detach()
1208 struct bpf_map *map; in bpf_struct_ops_link_create()
1257 void bpf_map_struct_ops_info_fill(struct bpf_map_info *info, struct bpf_map *map) in bpf_map_struct_ops_info_fill()