Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c1404 mblk_t *ftsn_mp; in sctp_make_ftsn_chunk() local
1417 ftsn_mp = allocb(xtralen + seglen, BPRI_MED); in sctp_make_ftsn_chunk()
1418 if (ftsn_mp == NULL) in sctp_make_ftsn_chunk()
1420 ftsn_mp->b_rptr += xtralen; in sctp_make_ftsn_chunk()
1421 ftsn_mp->b_wptr = ftsn_mp->b_rptr + seglen; in sctp_make_ftsn_chunk()
1423 ch_hdr = (sctp_chunk_hdr_t *)ftsn_mp->b_rptr; in sctp_make_ftsn_chunk()
1437 ASSERT((uchar_t *)&ftsn_entry[1] <= ftsn_mp->b_wptr); in sctp_make_ftsn_chunk()
1444 return (ftsn_mp); in sctp_make_ftsn_chunk()