Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Dicmp6.c674 mbuf_ref_t n0 = n; in icmp6_input() local
683 m_freem(n0); in icmp6_input()
686 MGETHDR(n, M_DONTWAIT, n0->m_type); /* MAC-OK */ in icmp6_input()
696 m_freem(n0); in icmp6_input()
699 M_COPY_PKTHDR(n, n0); in icmp6_input()
714 m_adj(n0, off + sizeof(struct icmp6_hdr)); in icmp6_input()
715 n->m_pkthdr.len += n0->m_pkthdr.len; in icmp6_input()
716 n->m_next = n0; in icmp6_input()
717 n0->m_flags &= ~M_PKTHDR; in icmp6_input()