Searched refs:nextpkt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dether_inet_pr_module.c183 mbuf_t nextpkt; local
186 for (m = m_list; m; m = nextpkt) {
189 nextpkt = m->m_nextpkt;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_mbuf.h803 @result The nextpkt.
811 @param nextpkt The new next packet.
813 void mbuf_setnextpkt(mbuf_t mbuf, mbuf_t nextpkt);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c414 void mbuf_setnextpkt(mbuf_t mbuf, mbuf_t nextpkt) argument
416 mbuf->m_nextpkt = nextpkt;
H A Duipc_mbuf.c3550 struct mbuf *nextpkt; local
3565 nextpkt = m->m_nextpkt;
3672 m = nextpkt;

Completed in 100 milliseconds