Searched refs:tempCtl (Results 1 – 1 of 1) sorted by relevance
271 static void FreeUnackList(struct FillpPcb *pcb, struct FillpPcbItem *item, struct Hlist *tempCtl) in FreeUnackList() argument275 HlistDelete(tempCtl, HLIST_FIRST(tempCtl)); in FreeUnackList()326 struct Hlist *tempCtl = &list[(i + lastSeqIndex) & hashModSize]; in FillpAckUnackList() local328 while (HLIST_FIRST(tempCtl) != FILLP_NULL_PTR) { in FillpAckUnackList()329 struct FillpPcbItem *item = FillpPcbEntry(HLIST_FIRST(tempCtl)); in FillpAckUnackList()333 FreeUnackList(pcb, item, tempCtl); in FillpAckUnackList()