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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c203 mblk_t *atail = NULL; /* Accepted tail */ local
371 if (atail != NULL)
372 atail->b_next = mp;
375 atail = mp;
391 *last = atail;
H A Dip_input.c206 mblk_t *atail = NULL; /* Accepted tail */ local
389 if (atail != NULL)
390 atail->b_next = mp;
393 atail = mp;
409 *last = atail;

Completed in 72 milliseconds