Searched refs:p_Lsts (Results 1 – 3 of 3) sorted by relevance
61 t_List *p_Lsts; member149 if (!p_Hash || !p_Hash->p_Lsts) in FreeHashTable()154 p_HashEntry = DequeueAddrFromHashEntry(&p_Hash->p_Lsts[i]); in FreeHashTable()158 p_HashEntry = DequeueAddrFromHashEntry(&p_Hash->p_Lsts[i]); in FreeHashTable()162 XX_Free(p_Hash->p_Lsts); in FreeHashTable()182 p_Hash->p_Lsts = (t_List *)XX_Malloc(p_Hash->size*sizeof(t_List)); in AllocHashTable()183 if (!p_Hash->p_Lsts) in AllocHashTable()191 INIT_LIST(&p_Hash->p_Lsts[i]); in AllocHashTable()
1094 LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_MulticastAddrHash->p_Lsts[crcMirror])); in DtsecAddHashMacAddress()1101 LIST_AddToTail(&(p_HashEntry->node), &(p_Dtsec->p_UnicastAddrHash->p_Lsts[crcMirror])); in DtsecAddHashMacAddress()1144 LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_MulticastAddrHash->p_Lsts[crcMirror])) in DtsecDelHashMacAddress()1154 if(LIST_IsEmpty(&p_Dtsec->p_MulticastAddrHash->p_Lsts[crcMirror])) in DtsecDelHashMacAddress()1161 LIST_FOR_EACH(p_Pos, &(p_Dtsec->p_UnicastAddrHash->p_Lsts[crcMirror])) in DtsecDelHashMacAddress()1171 if(LIST_IsEmpty(&p_Dtsec->p_UnicastAddrHash->p_Lsts[crcMirror])) in DtsecDelHashMacAddress()
771 LIST_AddToTail(&(p_HashEntry->node), &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash])); in TgecAddHashMacAddress()801 LIST_FOR_EACH(p_Pos, &(p_Tgec->p_MulticastAddrHash->p_Lsts[hash])) in TgecDelHashMacAddress()812 if(LIST_IsEmpty(&p_Tgec->p_MulticastAddrHash->p_Lsts[hash])) in TgecDelHashMacAddress()