Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_indata.c1281 int the_len; in sctp_process_a_data_chunk() local
1500 the_len = (chk_length - sizeof(struct sctp_data_chunk)); in sctp_process_a_data_chunk()
1504 the_len, M_NOWAIT); in sctp_process_a_data_chunk()
1535 if (l_len > the_len) { in sctp_process_a_data_chunk()
1537 m_adj(dmbuf, -(l_len - the_len)); in sctp_process_a_data_chunk()
1679 chk->send_size = the_len; in sctp_process_a_data_chunk()
1699 control->length = the_len; in sctp_process_a_data_chunk()