Searched defs:bpf_map (Results 1 – 2 of 2) sorted by relevance
14360 struct bpf_map { struct14361 const struct bpf_map_ops *ops; argument14362 struct bpf_map *inner_map_meta; argument14364 enum bpf_map_type map_type; argument14365 u32 key_size;14366 u32 value_size;14367 u32 max_entries;14368 u64 map_extra;14369 u32 map_flags;14370 u32 id;[all …]
27916 struct bpf_map { struct27917 const struct bpf_map_ops *ops; argument27918 struct bpf_map *inner_map_meta; argument27920 enum bpf_map_type map_type; argument27921 u32 key_size;27922 u32 value_size;27923 u32 max_entries;27924 u64 map_extra;27925 u32 map_flags;27926 u32 id;[all …]