OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_chk
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_usrreq.c
186
struct sctp_tmit_chunk *
new_chk
;
local in function:sctp_split_chunks
189
new_chk
= (struct sctp_tmit_chunk *)SCTP_ZONE_GET(sctppcbinfo.ipi_zone_chunk);
190
if (
new_chk
== NULL) {
197
*
new_chk
= *chk;
199
new_chk
->data = m_split(chk->data, (chk->send_size>>1), M_DONTWAIT);
200
if (
new_chk
->data == NULL) {
203
SCTP_ZONE_FREE(sctppcbinfo.ipi_zone_chunk,
new_chk
);
214
new_chk
->send_size >>= 1;
217
new_chk
->book_size >>= 1;
223
new_chk
->rec.data.rcv_flags &= ~SCTP_DATA_FIRST_FRAG
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025