Searched refs:BpfMapKeyToU64 (Results 1 – 2 of 2) sorted by relevance
54 bpfAttr.next_key = BpfMapKeyToU64(key); in GetFirstKey()73 bpfAttr.key = BpfMapKeyToU64(key); in GetNextKey()74 bpfAttr.next_key = BpfMapKeyToU64(nextKey); in GetNextKey()106 bpfAttr.key = BpfMapKeyToU64(key); in UpdateElem()127 bpfAttr.key = BpfMapKeyToU64(key); in LookUpElem()146 bpfAttr.key = BpfMapKeyToU64(key); in DeleteElem()191 static uint64_t BpfMapKeyToU64(const Key &key) in BpfMapKeyToU64() function
180 static inline uint64_t BpfMapKeyToU64(const Key &key);