[Previous] [Contents] [Index] [Next]

vp_mfree()

Free a single mbuf

Synopsis:

#include <net/if_vp.h>

struct mbuf * vp_mfree( vpid_t id,
                        struct mbuf * m );

Library:

vpack3r.lib, vpack3s.lib

Description:

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.

Returns:

A pointer to the next mbuf in the chain, or NULL if there are no more mbufs in the chain.

Classification:

QNX 4

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

vp_getpkt(), vp_mclget()


[Previous] [Contents] [Index] [Next]