Lines Matching defs:map
457 static inline void check_and_init_map_value(struct bpf_map *map, void *dst) in check_and_init_map_value()
504 static inline void copy_map_value(struct bpf_map *map, void *dst, void *src) in copy_map_value()
509 static inline void copy_map_value_long(struct bpf_map *map, void *dst, void *src) in copy_map_value_long()
534 static inline void zero_map_value(struct bpf_map *map, void *dst) in zero_map_value()
567 struct bpf_map map; member
574 static inline struct bpf_offloaded_map *map_to_offmap(struct bpf_map *map) in map_to_offmap()
579 static inline bool bpf_map_offload_neutral(const struct bpf_map *map) in bpf_map_offload_neutral()
584 static inline bool bpf_map_support_seq_show(const struct bpf_map *map) in bpf_map_support_seq_show()
1454 struct bpf_map *map; member
1621 struct bpf_map *map; member
1906 static inline int bpf_struct_ops_map_sys_lookup_elem(struct bpf_map *map, in bpf_struct_ops_map_sys_lookup_elem()
1916 static inline void bpf_map_struct_ops_info_fill(struct bpf_map_info *info, struct bpf_map *map) in bpf_map_struct_ops_info_fill()
1942 struct bpf_map map; member
1976 static inline u32 bpf_map_flags_to_cap(struct bpf_map *map) in bpf_map_flags_to_cap()
2004 static inline bool map_type_contains_progs(struct bpf_map *map) in map_type_contains_progs()
2338 bpf_map_init_elem_count(struct bpf_map *map) in bpf_map_init_elem_count()
2351 bpf_map_free_elem_count(struct bpf_map *map) in bpf_map_free_elem_count()
2356 static inline void bpf_map_inc_elem_count(struct bpf_map *map) in bpf_map_inc_elem_count()
2361 static inline void bpf_map_dec_elem_count(struct bpf_map *map) in bpf_map_dec_elem_count()
2449 struct bpf_map *map; member
2825 struct bpf_map *map, bool exclude_ingress) in dev_map_enqueue_multi()
2841 struct bpf_prog *xdp_prog, struct bpf_map *map, in dev_map_redirect_multi()
2905 static inline void bpf_map_put(struct bpf_map *map) in bpf_map_put()
3057 static inline bool bpf_map_is_offloaded(struct bpf_map *map) in bpf_map_is_offloaded()
3123 static inline bool bpf_map_is_offloaded(struct bpf_map *map) in bpf_map_is_offloaded()
3133 static inline void bpf_map_offload_map_free(struct bpf_map *map) in bpf_map_offload_map_free()
3137 static inline u64 bpf_map_offload_map_mem_usage(const struct bpf_map *map) in bpf_map_offload_map_mem_usage()
3162 static inline int sock_map_update_elem_sys(struct bpf_map *map, void *key, void *value, in sock_map_update_elem_sys()
3209 static inline int bpf_fd_reuseport_array_lookup_elem(struct bpf_map *map, in bpf_fd_reuseport_array_lookup_elem()
3215 static inline int bpf_fd_reuseport_array_update_elem(struct bpf_map *map, in bpf_fd_reuseport_array_update_elem()