Lines Matching defs:bpf_map
156 struct bpf_map { struct
160 const struct bpf_map_ops *ops ____cacheline_aligned; argument
161 struct bpf_map *inner_map_meta; argument
165 enum bpf_map_type map_type; argument
166 u32 key_size;
167 u32 value_size;
168 u32 max_entries;
169 u32 map_flags;
170 int spin_lock_off; /* >=0 valid offset, <0 error */
171 int timer_off; /* >=0 valid offset, <0 error */
172 u32 id;
196 static inline bool map_value_has_spin_lock(const struct bpf_map *map) in map_value_has_spin_lock() argument