Searched refs:hashIndex (Results 1 – 4 of 4) sorted by relevance
234 FILLP_UINT32 hashIndex; in SysioFetchPacketUdp() local250 hashIndex = UtilsAddrHashKey((struct sockaddr_in *)&netbuf->addr); in SysioFetchPacketUdp()251 list = &(sysioUdpSock->pcbHash[hashIndex & (UDP_HASH_TABLE_SIZE - 1)].list); in SysioFetchPacketUdp()
44 FILLP_UINT32 hashIndex = (FILLP_UINT32)(pktNum & mapList->hashModSize); in FillpDelPktSeqHashItem() local45 struct Hlist *list = &mapList->hashMap[hashIndex]; in FillpDelPktSeqHashItem()156 FILLP_UINT32 hashIndex = (FILLP_UINT32)((i + ackSeqIndex) & hashModSize); in FillpMoveUnackToUnrecvAll() local157 struct Hlist *list = &unackList->hashMap[hashIndex]; in FillpMoveUnackToUnrecvAll()
357 FILLP_UINT32 hashIndex = (FILLP_UINT32)(pktNum & mapList->hashModSize); in FillpGetSeqFromPktSeqHash() local358 struct Hlist *list = &mapList->hashMap[hashIndex]; in FillpGetSeqFromPktSeqHash()
671 private tableLink: { [hashIndex: number]: LinkedList<Pair<K, V>> | TreeClass<K, V> };