Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hash.c67 assert(hash_entry->hash_tail == NULL); in sip_hash_add()
70 hash_entry->hash_tail->next_obj = new_obj; in sip_hash_add()
71 new_obj->prev_obj = hash_entry->hash_tail; in sip_hash_add()
73 hash_entry->hash_tail = new_obj; in sip_hash_add()
156 assert(hash_entry->hash_tail == in sip_hash_delete()
159 hash_entry->hash_tail = NULL; in sip_hash_delete()
168 assert(hash_entry->hash_tail == tmp); in sip_hash_delete()
170 hash_entry->hash_tail = in sip_hash_delete()
H A Dsip_hash.h54 sip_hash_obj_t *hash_tail; member
H A Dsip_xaction.c648 sip_xaction_hash[cnt].hash_tail = NULL; in sip_xaction_init()
H A Dsip_dialog.c1838 sip_dialog_hash[cnt].hash_tail = NULL; in sip_dialog_init()
1843 sip_dialog_phash[cnt].hash_tail = NULL; in sip_dialog_init()