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

9
Shrinks an Mbuf by resizing its `size` to `len`. 
10