Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ip/
H A Dipsecah.c878 mutex_enter(&acqrec->ipsacq_lock); in ah_add_sa_finish()
888 mutex_exit(&acqrec->ipsacq_lock); in ah_add_sa_finish()
899 mutex_exit(&acqrec->ipsacq_lock); in ah_add_sa_finish()
1852 mutex_exit(&acqrec->ipsacq_lock); in ah_send_acquire()
1861 mutex_exit(&acqrec->ipsacq_lock); in ah_send_acquire()
1885 mutex_exit(&acqrec->ipsacq_lock); in ah_send_acquire()
H A Dipsecesp.c1316 mutex_exit(&acqrec->ipsacq_lock); in esp_send_acquire()
1325 mutex_exit(&acqrec->ipsacq_lock); in esp_send_acquire()
1350 mutex_exit(&acqrec->ipsacq_lock); in esp_send_acquire()
3404 mutex_enter(&acqrec->ipsacq_lock); in esp_add_sa_finish()
3414 mutex_exit(&acqrec->ipsacq_lock); in esp_add_sa_finish()
3425 mutex_exit(&acqrec->ipsacq_lock); in esp_add_sa_finish()
H A Dsadb.c4825 mutex_enter(&walker->ipsacq_lock);
4839 mutex_exit(&walker->ipsacq_lock);
4988 mutex_init(&newbie->ipsacq_lock, NULL, MUTEX_DEFAULT, NULL);
4989 mutex_enter(&newbie->ipsacq_lock);
5010 ASSERT(MUTEX_HELD(&newbie->ipsacq_lock));
5108 mutex_exit(&newbie->ipsacq_lock);
5214 mutex_enter(&acqrec->ipsacq_lock);
5225 mutex_exit(&acqrec->ipsacq_lock);
5228 mutex_destroy(&acqrec->ipsacq_lock);
5762 ASSERT(MUTEX_HELD(&acqrec->ipsacq_lock));
[all …]
/titanic_41/usr/src/uts/common/inet/
H A Dsadb.h506 kmutex_t ipsacq_lock; /* Protects non-linkage fields. */ member