Searched refs:thisIp (Results 1 – 2 of 2) sorted by relevance
81 uint64_t UniqueStackTable::PutIpInSlot(uint64_t thisIp, uint64_t prevIdx) in PutIpInSlot() argument84 uint64_t curIpIdx = (((thisIp >> 2) ^ (prevIdx << 4)) % hashModulus_) + availableIndex_; in PutIpInSlot()88 node.section.ip = thisIp; in PutIpInSlot()90 node.section.inKernel = !!(thisIp & IP_IN_KERNEL); in PutIpInSlot()
123 uint64_t PutIpInSlot(uint64_t thisIp, uint64_t prevIdx);