Searched refs:mnext (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcp_output.c309 struct mbuf *mnext = NULL; local
2120 mnext = tcp_send_lroacks(tp, m, th);
2121 if (mnext) {
2122 tp->t_pktlist_tail->m_nextpkt = mnext;
2123 if (mnext->m_nextpkt == NULL) {
2124 tp->t_pktlist_tail = mnext;
2128 next = mnext->m_nextpkt;
2569 struct mbuf *mnext = NULL, *ack_chain = NULL, *tail = NULL; local
2628 mnext = m_dup(prev_ack_pkt, M_DONTWAIT);
2629 if (mnext) {
[all...]
H A Dip_dummynet.c1822 struct mbuf *m, *mnext; local
1824 mnext = q->head;
1825 while ((m = mnext) != NULL) {
1826 mnext = m->m_nextpkt;
1855 struct mbuf *m, *mnext; local
1859 mnext = pipe->head;
1860 while ((m = mnext) != NULL) {
1861 mnext = m->m_nextpkt;
2232 struct mbuf *m, *mnext; local
2249 mnext
[all...]
H A Dmptcp_subr.c4379 struct mbuf *mnext = NULL; local
4430 mnext = m->m_next;
4432 if (mnext == NULL) {
4437 VERIFY(mnext->m_flags & M_PKTHDR);
4438 VERIFY(mnext->m_pkthdr.pkt_flags & PKTF_MPTCP);
4444 if (mnext->m_pkthdr.mp_dsn == (dsn64 + runlen)) {
4446 runlen += mnext->m_pkthdr.mp_rlen;
4447 contig_len += mnext->m_pkthdr.mp_rlen;
4457 mnext = mnext
[all...]
H A Dip_output.c1919 struct mbuf **mnext = &m->m_nextpkt, *m0; local
2000 *mnext = m;
2001 mnext = &m->m_nextpkt;
H A Dip_fw2.c3966 struct mbuf *m0, *m, *mnext, **mtailp; local
4019 for (m = mnext = m0; m != NULL; m = mnext) {
4022 mnext = m->m_nextpkt;
/macosx-10.10.1/IONetworkingFamily-101/
H A DIOMbufMemoryCursor.cpp382 mbuf_t mnext; local
420 mnext = mbuf_next(m);
422 m = mnext;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_output.c1476 struct mbuf **mnext, *m_frgpart; local
1497 mnext = &m->m_nextpkt;
1537 *mnext = m;
1538 mnext = &m->m_nextpkt;
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c2231 mbuf_t m, mnext; local
2247 mnext = mbuf_next(m);
2248 if (mnext == NULL)
2250 m = mnext;

Completed in 223 milliseconds