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