OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mnext
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
ip_output.c
843
struct mbuf **
mnext
;
local
867
mnext
= &m->m_nextpkt;
884
*
mnext
= m;
885
mnext
= &m->m_nextpkt;
sctp_output.c
4134
struct mbuf *n, *
mnext
;
local
4586
mnext
= n->m_nextpkt;
4589
n =
mnext
;
/src/sys/netinet6/
ip6_output.c
897
struct mbuf **
mnext
, *m_frgpart;
local
916
mnext
= &m->m_nextpkt;
963
*
mnext
= m;
964
mnext
= &m->m_nextpkt;
Completed in 49 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026