HomeSort by: relevance | last modified time | path
    Searched defs:mb_copy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
ip6_mroute.c 1526 struct mbuf *mb_copy; local in function:phyint_send
1541 mb_copy = m_copypacket(m, M_DONTWAIT);
1542 if (mb_copy && M_UNWRITABLE(mb_copy, sizeof(struct ip6_hdr)))
1543 mb_copy = m_pullup(mb_copy, sizeof(struct ip6_hdr));
1544 if (mb_copy == NULL) {
1550 mb_copy->m_flags |= M_MCAST;
1566 error = ip6_output(mb_copy, NULL, &ro, IPV6_FORWARDING,
1598 if (mb_copy->m_pkthdr.len <= ifp->if_mtu || ifp->if_mtu < IPV6_MMTU)
    [all...]
  /src/sys/netinet/
ip_mroute.c 1723 struct mbuf *mb_copy; local in function:phyint_send
1731 mb_copy = m_copypacket(m, M_DONTWAIT);
1732 M_PULLUP(mb_copy, hlen);
1733 if (mb_copy == NULL)
1737 tbf_send_packet(vifp, mb_copy);
1739 tbf_control(vifp, mb_copy, mtod(mb_copy, struct ip *),
1746 struct mbuf *mb_copy; local in function:encap_send
1761 MGETHDR(mb_copy, M_DONTWAIT, MT_DATA);
1762 if (mb_copy == NULL
2728 struct mbuf *mb_copy, *mm; local in function:pim_register_send
2767 struct mbuf *mb_copy = NULL; local in function:pim_register_prepare
    [all...]

Completed in 44 milliseconds