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