Home | History | Annotate | Download | only in netinet

Lines Matching defs:mcopy

1340 	struct mbuf *mcopy;
1402 * Pullup to avoid sharing mbuf cluster between m and mcopy.
1404 mcopy = m_copym(m, 0, imin(ntohs(ip->ip_len), 68), M_DONTWAIT);
1405 if (mcopy)
1406 mcopy = m_pullup(mcopy, ip->ip_hl << 2);
1457 if (mcopy) {
1459 if (mcopy->m_flags & M_CANFASTFWD)
1460 ipflow_create(ro, mcopy);
1462 m_freem(mcopy);
1470 if (mcopy == NULL) {
1500 ipsec_mtu(mcopy, &destmtu);
1512 m_freem(mcopy);
1516 icmp_error(mcopy, type, code, dest, destmtu);