OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_nxt
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
sctputil.c
3512
struct mbuf *
m_nxt
;
local in function:sctp_pkthdr_fix
3525
m_nxt
= m->m_next;
3526
if (
m_nxt
== NULL) {
3530
if ((size_t)
m_nxt
->m_len > sizeof(long)) {
3532
bcopy(mtod(
m_nxt
, void *), mtod(m, void *), sizeof(long));
3535
m_nxt
->m_data += sizeof(long);
3536
m_nxt
->m_len -= sizeof(long);
sctputil.c
3512
struct mbuf *
m_nxt
;
local in function:sctp_pkthdr_fix
3525
m_nxt
= m->m_next;
3526
if (
m_nxt
== NULL) {
3530
if ((size_t)
m_nxt
->m_len > sizeof(long)) {
3532
bcopy(mtod(
m_nxt
, void *), mtod(m, void *), sizeof(long));
3535
m_nxt
->m_data += sizeof(long);
3536
m_nxt
->m_len -= sizeof(long);
Completed in 26 milliseconds
Indexes created Sat Sep 27 21:09:56 GMT 2025