Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Dicmp6.c671 struct mbuf *n0 = n; in icmp6_input() local
680 m_freem(n0); in icmp6_input()
683 MGETHDR(n, M_DONTWAIT, n0->m_type); /* MAC-OK */ in icmp6_input()
693 m_freem(n0); in icmp6_input()
696 M_COPY_PKTHDR(n, n0); in icmp6_input()
711 m_adj(n0, off + sizeof(struct icmp6_hdr)); in icmp6_input()
712 n->m_pkthdr.len += n0->m_pkthdr.len; in icmp6_input()
713 n->m_next = n0; in icmp6_input()
714 n0->m_flags &= ~M_PKTHDR; in icmp6_input()