HomeSort by: relevance | last modified time | path
    Searched defs:the_len (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_indata.c 1674 int the_len; local in function:sctp_process_a_data_chunk
1870 the_len = (chk_length-sizeof(struct sctp_data_chunk));
1874 the_len, M_DONTWAIT);
1880 if (dmbuf->m_pkthdr.len > the_len) {
1882 m_adj(dmbuf, -(dmbuf->m_pkthdr.len-the_len));
1897 stcb->sctp_socket->so_rcv.sb_cc) >= (long)the_len)) {
1934 tmp->m_pkthdr.len = the_len;
2036 chk->send_size = the_len;
sctp_indata.c 1674 int the_len; local in function:sctp_process_a_data_chunk
1870 the_len = (chk_length-sizeof(struct sctp_data_chunk));
1874 the_len, M_DONTWAIT);
1880 if (dmbuf->m_pkthdr.len > the_len) {
1882 m_adj(dmbuf, -(dmbuf->m_pkthdr.len-the_len));
1897 stcb->sctp_socket->so_rcv.sb_cc) >= (long)the_len)) {
1934 tmp->m_pkthdr.len = the_len;
2036 chk->send_size = the_len;

Completed in 26 milliseconds