void netbuf_free(struct netbuf *buf);
void netbuf_free
Deallocates the buffer memory associated with the netbuf buf. If no buffer memory has been allocated for the netbuf, this function does nothing.