OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_shutdown
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctp_output.c
6281
struct mbuf *
m_shutdown
;
local in function:sctp_send_shutdown
6285
m_shutdown
= NULL;
6286
MGETHDR(
m_shutdown
, M_DONTWAIT, MT_HEADER);
6287
if (
m_shutdown
== NULL) {
6291
m_shutdown
->m_data += SCTP_MIN_OVERHEAD;
6295
sctp_m_freem(
m_shutdown
);
6307
chk->data =
m_shutdown
;
6311
shutdown_cp = mtod(
m_shutdown
, struct sctp_shutdown_chunk *);
6316
m_shutdown
->m_pkthdr.len =
m_shutdown
->m_len = chk->send_size
[
all
...]
sctp_output.c
6281
struct mbuf *
m_shutdown
;
local in function:sctp_send_shutdown
6285
m_shutdown
= NULL;
6286
MGETHDR(
m_shutdown
, M_DONTWAIT, MT_HEADER);
6287
if (
m_shutdown
== NULL) {
6291
m_shutdown
->m_data += SCTP_MIN_OVERHEAD;
6295
sctp_m_freem(
m_shutdown
);
6307
chk->data =
m_shutdown
;
6311
shutdown_cp = mtod(
m_shutdown
, struct sctp_shutdown_chunk *);
6316
m_shutdown
->m_pkthdr.len =
m_shutdown
->m_len = chk->send_size
[
all
...]
Completed in 33 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025