OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 14:10:14 GMT 2025