Lines Matching refs:mcopy
97 struct mbuf *mcopy = NULL; in ip6_forward() local
148 mcopy = m_copym(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN), in ip6_forward()
159 m_freem(mcopy); in ip6_forward()
190 if (mcopy) { in ip6_forward()
191 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
199 if (mcopy != NULL) { in ip6_forward()
201 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
204 m_freem(mcopy); in ip6_forward()
233 if (mcopy) in ip6_forward()
234 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
385 if (mcopy) in ip6_forward()
386 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
406 if (mcopy) in ip6_forward()
411 if (mcopy == NULL) in ip6_forward()
416 icmp6_redirect_output(mcopy, nh); in ip6_forward()
438 icmp6_error(mcopy, type, code, 0); in ip6_forward()
442 m_freem(mcopy); in ip6_forward()