Searched refs:BpfHashMapValue (Results 1 – 2 of 2) sorted by relevance
12 type BpfHashMapValue = Vec<u8>; typedef22 data: LruCache<BpfHashMapKey, BpfHashMapValue>,
11 type BpfHashMapValue = Vec<u8>; typedef22 data: BTreeMap<BpfHashMapKey, BpfHashMapValue>,