Home
last modified time | relevance | path

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

/DragonOS/kernel/src/bpf/map/
H A Dutil.rs9 pub map_type: bpf_map_type, field
29 let map_type = bpf_map_type::from_u32(u.map_type).ok_or(SystemError::EINVAL)?; in try_from() localVariable
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dconsole_map.rs116 pub map_type: TranslationMapType, field
/DragonOS/kernel/src/include/bindings/
H A Dlinux_bpf.rs511 pub map_type: __u32, field