Lines Matching refs:netbuf
63 netbuf *netbuf_new(void) in netbuf_new()
65 struct netbuf *buf; in netbuf_new()
67 buf = (struct netbuf *)memp_malloc(MEMP_NETBUF); in netbuf_new()
69 memset(buf, 0, sizeof(struct netbuf)); in netbuf_new()
81 netbuf_delete(struct netbuf *buf) in netbuf_delete()
102 netbuf_alloc(struct netbuf *buf, u16_t size) in netbuf_alloc()
127 netbuf_free(struct netbuf *buf) in netbuf_free()
151 netbuf_ref(struct netbuf *buf, const void *dataptr, u16_t size) in netbuf_ref()
176 netbuf_chain(struct netbuf *head, struct netbuf *tail) in netbuf_chain()
196 netbuf_data(struct netbuf *buf, void **dataptr, u16_t *len) in netbuf_data()
222 netbuf_next(struct netbuf *buf) in netbuf_next()
244 netbuf_first(struct netbuf *buf) in netbuf_first()