Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dicmp6.c676 mbuf_ref_t n0 = n; in icmp6_input() local
685 m_freem(n0); in icmp6_input()
688 MGETHDR(n, M_DONTWAIT, n0->m_type); /* MAC-OK */ in icmp6_input()
698 m_freem(n0); in icmp6_input()
701 M_COPY_PKTHDR(n, n0); in icmp6_input()
716 m_adj(n0, off + sizeof(struct icmp6_hdr)); in icmp6_input()
717 n->m_pkthdr.len += n0->m_pkthdr.len; in icmp6_input()
718 n->m_next = n0; in icmp6_input()
719 n0->m_flags &= ~M_PKTHDR; in icmp6_input()