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

vp_mfreem()

Free all the mbufs in the chain

Synopsis:

#include <net/if_vp.h>

void vp_mfreem( vpid_t id,
                struct mbuf * m );

Library:

vpack3r.lib, vpack3s.lib

Description:

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.

Classification:

QNX 4

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

vp_mfree()


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