|
struct mbuf * | m_retry (int i, int t) |
|
struct mbuf * | m_retryhdr (int i, int t) |
|
void | m_reclaim (void) |
|
struct mbuf * | m_get (int nowait, int type) |
|
struct mbuf * | m_gethdr (int nowait, int type) |
|
struct mbuf * | m_getclr (int nowait, int type) |
|
struct mbuf * | m_free (struct mbuf *m) |
|
void | m_freem (struct mbuf *mb) |
|
struct mbuf * | m_prepend (struct mbuf *m, int len, int how) |
|
struct mbuf * | m_copym (struct mbuf *m, int off0, uint32_t len, int wait) |
|
struct mbuf * | m_copypacket (struct mbuf *m, int how) |
|
int | m_copydata (const struct mbuf *m, int off, int len, caddr_t cp) |
|
void | m_cat (struct mbuf *m, struct mbuf *n) |
|
void | m_adj (struct mbuf *mp, int req_len) |
|
struct mbuf * | m_pullup (struct mbuf *n, int len) |
|
struct mbuf * | m_split (struct mbuf *m0, int len0, int wait) |
|
struct mbuf * | m_devget (char *buf, int totlen, int off0, struct ifnet *ifp, void(*copy)(char *from, caddr_t to, u_int len)) |
|
int | m_copyback (struct mbuf *m0, int off, int len, caddr_t cp) |
|