2016-05-12 04:36:12 +08:00
|
|
|
---
|
|
|
|
title: "mbuf_free()"
|
|
|
|
decl_name: "mbuf_free"
|
|
|
|
symbol_kind: "func"
|
|
|
|
signature: |
|
|
|
|
void mbuf_free(struct mbuf *);
|
|
|
|
---
|
|
|
|
|
2016-07-21 22:58:31 +08:00
|
|
|
Frees the space allocated for the mbuffer and resets the mbuf structure.
|
2016-05-12 04:36:12 +08:00
|
|
|
|