Home
last modified time | relevance | path

Searched refs:BpfHashMapValue (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/bpf/map/
H A Dlru.rs12 type BpfHashMapValue = Vec<u8>; typedef
22 data: LruCache<BpfHashMapKey, BpfHashMapValue>,
H A Dhash_map.rs11 type BpfHashMapValue = Vec<u8>; typedef
22 data: BTreeMap<BpfHashMapKey, BpfHashMapValue>,