Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c379 chunk_len = ntohs(((sctp_data_hdr_t *)mp->b_rptr)->sdh_len); in sctp_chunkify()
478 sdc->sdh_len = htons(sizeof (*sdc) + chunksize - count); in sctp_chunkify()
479 ASSERT(sdc->sdh_len); in sctp_chunkify()
739 msglen = ntohs(sdh->sdh_len); in sctp_find_fast_rexmit_mblks()
1068 seglen = ntohs(sdc->sdh_len); in sctp_output()
1231 chunklen = ntohs(sdc->sdh_len); in sctp_output()
1550 clen = ntohs(sdc->sdh_len) - sizeof (*sdc); in sctp_make_ftsns()
1560 unsent += ntohs(sdc->sdh_len) - sizeof (*sdc); in sctp_make_ftsns()
1859 seglen = ntohs(sdc->sdh_len); in sctp_rexmit()
1977 new_len = ntohs(sdc->sdh_len); in sctp_rexmit()
[all …]
H A Dsctp_input.c896 srp->sr_msglen -= ntohs((*dc)->sdh_len); in sctp_try_partial_delivery()
913 srp->sr_msglen -= ntohs(qdc->sdh_len); in sctp_try_partial_delivery()
1025 srp->sr_msglen = ntohs((*dc)->sdh_len); in sctp_data_frag()
1038 srp->sr_msglen = ntohs((*dc)->sdh_len); in sctp_data_frag()
1100 srp->sr_msglen += ntohs((*dc)->sdh_len); in sctp_data_frag()
1149 fraglen += ntohs(qdc->sdh_len); in sctp_data_frag()
1356 dlen = ntohs(dc->sdh_len) - sizeof (*dc); in sctp_data_chunk()
2012 unsent += ntohs(dh->sdh_len) - sizeof (*dh); in sctp_check_abandoned_msg()
2076 chunklen = ntohs(sdc->sdh_len); in sctp_cumack()
2198 dlen += ntohs(dc->sdh_len) - sizeof (*dc); in sctp_ftsn_check_uo_frag()
[all …]
H A Dsctp_cookie.c1159 seglen = ntohs(sdc->sdh_len); in sctp_send_cookie_echo()
/titanic_44/usr/src/uts/common/netinet/
H A Dsctp.h668 #define sdh_len sdh_chdr.sch_len macro
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c254 mdb_nhconvert(&sdh_int16, &sdc.sdh_len, sizeof (sdc.sdh_len)); in dump_datahdr()