Lines Matching refs:mcopy
97 struct mbuf *mcopy = NULL; in ip6_forward() local
149 mcopy = m_copym(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN), in ip6_forward()
160 m_freem(mcopy); in ip6_forward()
182 if (mcopy) { in ip6_forward()
183 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
225 if (mcopy) in ip6_forward()
226 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
363 if (mcopy) in ip6_forward()
364 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
379 if (mcopy) in ip6_forward()
384 if (mcopy == NULL) in ip6_forward()
389 icmp6_redirect_output(mcopy, rt); in ip6_forward()
411 icmp6_error(mcopy, type, code, 0); in ip6_forward()
415 m_freem(mcopy); in ip6_forward()