Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ip/
H A Dsadb.c4132 spareacq = acqrec->ipsacq_next;
4824 walker = walker->ipsacq_next) {
4982 newbie->ipsacq_next = bucket->iacqf_ipsacq;
4984 if (newbie->ipsacq_next != NULL)
4985 newbie->ipsacq_next->ipsacq_ptpn = &newbie->ipsacq_next;
5199 *(acqrec->ipsacq_ptpn) = acqrec->ipsacq_next;
5200 if (acqrec->ipsacq_next != NULL)
5201 acqrec->ipsacq_next->ipsacq_ptpn = acqrec->ipsacq_ptpn;
5995 acqrec = acqrec->ipsacq_next) {
6010 acqrec = acqrec->ipsacq_next) {
H A Dipsecah.c877 acqrec = acqrec->ipsacq_next) { in ah_add_sa_finish()
H A Dipsecesp.c3403 acqrec = acqrec->ipsacq_next) { in esp_add_sa_finish()
/titanic_44/usr/src/uts/common/inet/
H A Dsadb.h494 struct ipsacq_s *ipsacq_next; member