Searched refs:m_prepend (Results 1 – 3 of 3) sorted by relevance
211 m = m_prepend(m, ifnet_hdrlen(ifp), M_NOWAIT); in ndrv_input()
1693 __private_extern__ struct mbuf *m_prepend(struct mbuf *, int, int);
2996 m_prepend(struct mbuf *m, int len, int how) in m_prepend() function3034 m = m_prepend(m, len, how); in m_prepend_2()