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