mbuf_init.md 230 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
title: "mbuf_init()"
decl_name: "mbuf_init"
symbol_kind: "func"
signature: |
  void mbuf_init(struct mbuf *, size_t initial_capacity);
---

9
Initialises an Mbuf.
10 11
`initial_capacity` specifies the initial capacity of the mbuf.