Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/
H A Doptcom.c1525 mblk_t *copy_mp_head; in tpi_optcom_buf() local
1535 copy_mp_head = NULL; in tpi_optcom_buf()
1567 if ((copy_mp_head = copyb(mp)) == (mblk_t *)NULL) { in tpi_optcom_buf()
1572 init_optr = optr = (uchar_t *)&copy_mp_head->b_rptr[opt_offset]; in tpi_optcom_buf()
1735 if (copy_mp_head != NULL) in tpi_optcom_buf()
1736 freeb(copy_mp_head); in tpi_optcom_buf()