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

/freebsd-11-stable/sys/netinet/
H A Dip_var.h209 int ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu,
H A Dip_output.c725 * Create a chain of fragments which fit the given mtu. m_frag points to the
727 * Return 0 if no error. If error, m_frag may contain a partially built
733 ip_fragment(struct ip *ip, struct mbuf **m_frag, int mtu, argument
740 struct mbuf *m0 = *m_frag; /* the original packet */
901 *m_frag = m0;
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c2870 struct mbuf *m_frag; local
2916 m_frag = fp->rx_sge_mbuf_chain[sge_idx].m;
2926 m_frag->m_len = frag_len;
2929 m_cat(m, m_frag);
3134 struct mbuf *m_frag; local
3150 m_frag = fp->rx_sge_mbuf_chain[sge_idx].m;
3152 m_frag->m_len = frag_len;
3163 m_cat(m, m_frag);

Completed in 113 milliseconds