Home
last modified time | relevance | path

Searched refs:tempCtl (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c271 static void FreeUnackList(struct FillpPcb *pcb, struct FillpPcbItem *item, struct Hlist *tempCtl) in FreeUnackList() argument
275 HlistDelete(tempCtl, HLIST_FIRST(tempCtl)); in FreeUnackList()
326 struct Hlist *tempCtl = &list[(i + lastSeqIndex) & hashModSize]; in FillpAckUnackList() local
328 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()