Searched refs:m_frag (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dip_var.h212 int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
H A Dip_output.c686 * Create a chain of fragments which fit the given mtu. m_frag points to the
688 * Return 0 if no error. If error, m_frag may contain a partially built
695 ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu, argument
702 struct mbuf *m0 = *m_frag; /* the original packet */
853 *m_frag = m0;
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.c3003 struct mbuf *m_frag; local
3042 m_frag = fp->rx_sge_mbuf_chain[sge_idx].m;
3052 m_frag->m_len = frag_len;
3055 m_cat(m, m_frag);

Completed in 74 milliseconds