Home
last modified time | relevance | path

Searched defs:bpf_map (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dbpf.h263 struct bpf_map { struct
264 const struct bpf_map_ops *ops; argument
265 struct bpf_map *inner_map_meta; argument
269 enum bpf_map_type map_type; argument
270 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 …]