OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mnext
(Results
1 - 4
of
4
) 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/external/bsd/ipf/netinet/
ip_fil_netbsd.c
1286
struct mbuf **
mnext
= &m->m_act;
1333
*
mnext
= m;
1334
mnext
= &m->m_act;
/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 31 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026