Searched refs:n0 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_core.c176 struct mbuf *n = NULL, *n0 = NULL, **np; local
240 n0 = n = NULL;
241 np = &n0;
343 mprev->m_next = n0;
376 if (n0)
377 m_freem(n0);
H A Dicmp6.c619 struct mbuf *n0 = n; local
628 m_freem(n0);
632 MGETHDR(n, M_DONTWAIT, n0->m_type); /* MAC-OK */
642 m_freem(n0);
646 M_COPY_PKTHDR(n, n0);
661 m_adj(n0, off + sizeof(struct icmp6_hdr));
662 n->m_pkthdr.len += n0->m_pkthdr.len;
663 n->m_next = n0;
664 n0->m_flags &= ~M_PKTHDR;

Completed in 24 milliseconds