Lines Matching refs:bpf_map
25 struct bpf_map map;
60 struct bpf_map __rcu *map;
472 static int bpf_struct_ops_map_get_next_key(struct bpf_map *map, void *key, in bpf_struct_ops_map_get_next_key()
482 int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_sys_lookup_elem()
519 static void *bpf_struct_ops_map_lookup_elem(struct bpf_map *map, void *key) in bpf_struct_ops_map_lookup_elem()
676 static long bpf_struct_ops_map_update_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_update_elem()
907 static long bpf_struct_ops_map_delete_elem(struct bpf_map *map, void *key) in bpf_struct_ops_map_delete_elem()
935 static void bpf_struct_ops_map_seq_show_elem(struct bpf_map *map, void *key, in bpf_struct_ops_map_seq_show_elem()
957 static void __bpf_struct_ops_map_free(struct bpf_map *map) in __bpf_struct_ops_map_free()
972 static void bpf_struct_ops_map_free(struct bpf_map *map) in bpf_struct_ops_map_free()
1027 static struct bpf_map *bpf_struct_ops_map_alloc(union bpf_attr *attr) in bpf_struct_ops_map_alloc()
1034 struct bpf_map *map; in bpf_struct_ops_map_alloc()
1120 static u64 bpf_struct_ops_map_mem_usage(const struct bpf_map *map) in bpf_struct_ops_map_mem_usage()
1157 struct bpf_map *map; in bpf_struct_ops_get()
1177 static bool bpf_struct_ops_valid_to_reg(struct bpf_map *map) in bpf_struct_ops_valid_to_reg()
1206 struct bpf_map *map; in bpf_struct_ops_map_link_show_fdinfo()
1220 struct bpf_map *map; in bpf_struct_ops_map_link_fill_link_info()
1231 static int bpf_struct_ops_map_link_update(struct bpf_link *link, struct bpf_map *new_map, in bpf_struct_ops_map_link_update()
1232 struct bpf_map *expected_old_map) in bpf_struct_ops_map_link_update()
1235 struct bpf_map *old_map; in bpf_struct_ops_map_link_update()
1285 struct bpf_map *map; in bpf_struct_ops_map_link_detach()
1335 struct bpf_map *map; in bpf_struct_ops_link_create()
1385 void bpf_map_struct_ops_info_fill(struct bpf_map_info *info, struct bpf_map *map) in bpf_map_struct_ops_info_fill()