Free a single mbuf
#include <net/if_vp.h>
struct mbuf * vp_mfree( vpid_t id,
struct mbuf * m );
vpack3r.lib, vpack3s.lib
The vp_mfree() function frees a single mbuf pointed to by id. If this mbuf has a cluster attached, then the cluster is also freed.
A pointer to the next mbuf in the chain, or NULL if there are no more mbufs in the chain.
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |