Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dfhash.c142 item->ht_idx = i; in HTInsert()
153 item->ht_idx = TCP_AR_CNT; in HTInsert()
166 if (item->ht_idx < TCP_AR_CNT) { in HTRemove()
167 assert(ht_array[idx][item->ht_idx]); in HTRemove()
168 ht->ht_array[idx][item->ht_idx] = NULL; in HTRemove()
/mOS-networking-stack/core/src/include/
H A Dtcp_stream.h251 uint8_t ht_idx; member