Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c195 sctp_chunk_hdr_t *scch; in sctp_shutdown_complete() local
198 scmp = sctp_make_mp(sctp, sctp->sctp_current, sizeof (*scch)); in sctp_shutdown_complete()
205 scch = (sctp_chunk_hdr_t *)scmp->b_wptr; in sctp_shutdown_complete()
206 scch->sch_id = CHUNK_SHUTDOWN_COMPLETE; in sctp_shutdown_complete()
207 scch->sch_flags = 0; in sctp_shutdown_complete()
208 scch->sch_len = htons(sizeof (*scch)); in sctp_shutdown_complete()
210 scmp->b_wptr += sizeof (*scch); in sctp_shutdown_complete()
232 sctp_chunk_hdr_t *scch; in sctp_ootb_shutdown_ack() local
244 ASSERT(MBLKL(mp) >= sizeof (*insctph) + sizeof (*scch) + in sctp_ootb_shutdown_ack()
267 ixas.ixa_pktlen = ip_hdr_len + sizeof (*insctph) + sizeof (*scch); in sctp_ootb_shutdown_ack()
[all …]