Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c4163 spareacq = acqrec->ipsacq_next;
4858 walker = walker->ipsacq_next) {
5568 newbie->ipsacq_next = bucket->iacqf_ipsacq;
5570 if (newbie->ipsacq_next != NULL)
5571 newbie->ipsacq_next->ipsacq_ptpn = &newbie->ipsacq_next;
5860 *(acqrec->ipsacq_ptpn) = acqrec->ipsacq_next;
5861 if (acqrec->ipsacq_next != NULL)
5862 acqrec->ipsacq_next->ipsacq_ptpn = acqrec->ipsacq_ptpn;
6256 acqrec = acqrec->ipsacq_next) {
6271 acqrec = acqrec->ipsacq_next) {
H A Dipsecah.c865 acqrec = acqrec->ipsacq_next) { in ah_add_sa_finish()
H A Dipsecesp.c3161 acqrec = acqrec->ipsacq_next) { in esp_add_sa_finish()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h496 struct ipsacq_s *ipsacq_next; member