Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_indata.c1702 int the_len; in sctp_process_a_data_chunk() local
2042 the_len = (chk_length - sizeof(struct sctp_idata_chunk)); in sctp_process_a_data_chunk()
2044 the_len = (chk_length - sizeof(struct sctp_data_chunk)); in sctp_process_a_data_chunk()
2050 the_len, M_NOWAIT); in sctp_process_a_data_chunk()
2054 the_len, M_NOWAIT); in sctp_process_a_data_chunk()
2084 if (l_len > the_len) { in sctp_process_a_data_chunk()
2086 m_adj(dmbuf, -(l_len - the_len)); in sctp_process_a_data_chunk()
2189 chk->send_size = the_len; in sctp_process_a_data_chunk()