Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h510 mblk_t *ipsacq_mp; /* List of datagrams waiting for an SA. */ member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c5628 newbie->ipsacq_mp = asyncmp;
5664 mblk_t *lastone = newbie->ipsacq_mp;
5671 lastone = newbie->ipsacq_mp;
5672 newbie->ipsacq_mp = lastone->b_next;
5876 while (acqrec->ipsacq_mp != NULL) {
5877 mp = acqrec->ipsacq_mp;
5878 acqrec->ipsacq_mp = mp->b_next;
H A Dipsecah.c885 acq_msgs = acqrec->ipsacq_mp; in ah_add_sa_finish()
886 acqrec->ipsacq_mp = NULL; in ah_add_sa_finish()
H A Dipsecesp.c3181 acq_msgs = acqrec->ipsacq_mp; in esp_add_sa_finish()
3182 acqrec->ipsacq_mp = NULL; in esp_add_sa_finish()