Lines Matching refs:netbuf
56 netbuf *netbuf_new(void) in netbuf_new()
58 struct netbuf *buf; in netbuf_new()
60 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netbuf_new()
87 netbuf_delete(struct netbuf *buf) in netbuf_delete()
107 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc()
131 netbuf_free(struct netbuf *buf) in netbuf_free()
150 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref()
174 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
193 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) in netbuf_data()
218 netbuf_next(struct netbuf *buf) in netbuf_next()
239 netbuf_first(struct netbuf *buf) in netbuf_first()