Searched refs:sip_xaction_hash (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction.c46 sip_hash_t sip_xaction_hash[SIP_HASH_SZ]; variable
319 tmp = (sip_xaction_t *)sip_hash_find(sip_xaction_hash,
563 sip_hash_delete(sip_xaction_hash, trans->sip_xaction_hash_digest,
584 if (sip_hash_add(sip_xaction_hash, (void *)trans,
648 sip_xaction_hash[cnt].hash_count = 0;
649 sip_xaction_hash[cnt].hash_head = NULL;
650 sip_xaction_hash[cnt].hash_tail = NULL;
652 &sip_xaction_hash[cnt].sip_hash_mutex, NULL);

Completed in 15 milliseconds