Lines Matching refs:mcopy
98 struct mbuf *mcopy = NULL; in ip6_forward() local
150 mcopy = m_copym(m, 0, imin(m->m_pkthdr.len, ICMPV6_PLD_MAXLEN), in ip6_forward()
161 m_freem(mcopy); in ip6_forward()
192 if (mcopy) { in ip6_forward()
193 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
224 if (mcopy) in ip6_forward()
225 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
376 if (mcopy) in ip6_forward()
377 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
397 if (mcopy) in ip6_forward()
402 if (mcopy == NULL) in ip6_forward()
407 icmp6_redirect_output(mcopy, nh); in ip6_forward()
429 icmp6_error(mcopy, type, code, 0); in ip6_forward()
433 m_freem(mcopy); in ip6_forward()