Lines Matching defs:bp
78 m_length(struct mbuf *bp) in m_length()
107 struct mbuf *bp; in m_get() local
165 m_free(struct mbuf *bp) in m_free()
188 m_freem(struct mbuf *bp) in m_freem()
195 mbuf_Read(struct mbuf *bp, void *v, size_t len) in mbuf_Read()
223 mbuf_View(struct mbuf *bp, void *v, size_t len) in mbuf_View()
243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) in m_prepend()
273 m_adj(struct mbuf *bp, ssize_t n) in m_adj()
303 mbuf_Write(struct mbuf *bp, const void *ptr, size_t m_len) in mbuf_Write()
347 struct mbuf *bp; in m_dequeue() local
367 m_enqueue(struct mqueue *queue, struct mbuf *bp) in m_enqueue()
381 m_pullup(struct mbuf *bp) in m_pullup()
410 m_settype(struct mbuf *bp, int type) in m_settype()
423 m_append(struct mbuf *bp, const void *v, size_t sz) in m_append()