OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sctp_m_copym
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/netinet/
sctputil.h
49
#define
sctp_m_copym
m_copym
sctp_output.c
245
copy_init =
sctp_m_copym
(init, init_offset, M_COPYALL, M_DONTWAIT);
250
copy_initack =
sctp_m_copym
(initack, initack_offset, M_COPYALL,
4611
appendchain =
sctp_m_copym
(clonechain, 0, M_COPYALL, M_DONTWAIT);
6059
cookie =
sctp_m_copym
(m, at, plen, M_DONTWAIT);
6134
outchain =
sctp_m_copym
(m, offset, chk_length, M_DONTWAIT);
sctp_indata.c
1872
dmbuf =
sctp_m_copym
(*m,
sctp_input.c
3708
mm->m_next =
sctp_m_copym
(m, *offset,
sctputil.c
3541
sctp_m_copym
(struct mbuf *m, int off, int len, int wait)
function
Completed in 55 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026