Free all the mbufs in the chain
#include <net/if_vp.h>
void vp_mfreem( vpid_t id,
struct mbuf * m );
vpack3r.lib, vpack3s.lib
The vp_mfreem() function frees all of the mbufs in the chain. If an mbuf in the chain has a cluster attached, then the cluster is also freed.
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |