Searched defs:bpf_map (Results 1 – 1 of 1) sorted by relevance
263 struct bpf_map { struct264 const struct bpf_map_ops *ops; argument265 struct bpf_map *inner_map_meta; argument269 enum bpf_map_type map_type; argument270 u32 key_size;271 u32 value_size;272 u32 max_entries;273 u64 map_extra; /* any per-map-type extra fields */274 u32 map_flags;275 u32 id;[all …]