Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dicmp6.c642 struct mbuf *n0 = n; in icmp6_input() local
651 m_freem(n0); in icmp6_input()
654 MGETHDR(n, M_DONTWAIT, n0->m_type); /* MAC-OK */ in icmp6_input()
664 m_freem(n0); in icmp6_input()
667 M_COPY_PKTHDR(n, n0); in icmp6_input()
682 m_adj(n0, off + sizeof(struct icmp6_hdr)); in icmp6_input()
683 n->m_pkthdr.len += n0->m_pkthdr.len; in icmp6_input()
684 n->m_next = n0; in icmp6_input()
685 n0->m_flags &= ~M_PKTHDR; in icmp6_input()