|
struct mbuf * | m_get (int how, short type) |
|
struct mbuf * | m_gethdr (int how, short type) |
|
struct mbuf * | m_free (struct mbuf *m) |
|
void | m_clget (struct mbuf *m, int how) |
|
void | mbuf_init (void *dummy) |
|
void | m_tag_delete (struct mbuf *m, struct m_tag *t) |
|
void | m_tag_delete_chain (struct mbuf *m, struct m_tag *t) |
|
void | m_freem (struct mbuf *mb) |
|
void | mb_free_ext (struct mbuf *m) |
|
void | m_move_pkthdr (struct mbuf *to, struct mbuf *from) |
|
struct mbuf * | m_pullup (struct mbuf *n, int len) |
|
struct mbuf * | m_pulldown (struct mbuf *m, int off, int len, int *offp) |
|
struct mbuf * | m_copym (struct mbuf *m, int off0, int len, int wait) |
|
int | m_tag_copy_chain (struct mbuf *to, struct mbuf *from, int how) |
|
int | m_dup_pkthdr (struct mbuf *to, struct mbuf *from, int how) |
|
struct m_tag * | m_tag_copy (struct m_tag *t, int how) |
|
struct m_tag * | m_tag_alloc (u_int32_t cookie, int type, int len, int wait) |
|
void | m_tag_free_default (struct m_tag *t) |
|
void | m_copyback (struct mbuf *m0, int off, int len, caddr_t cp) |
|
struct mbuf * | m_prepend (struct mbuf *m, int len, int how) |
|
void | 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_split (struct mbuf *m0, int len0, int wait) |
|
int | pack_send_buffer (caddr_t buffer, struct mbuf *mb) |
|