#include "pmsg.h"
Go to the source code of this file.
Functions | |
pdata_t * | rxbuf_new (void) |
Get a new RX buffer from the pool. | |
void | rxbuf_free (gpointer p, gpointer unused) |
Put RX buffer back to its pool. | |
void | rxbuf_init (void) |
Initialize pool of RX buffers. | |
void | rxbuf_close (void) |
Dispose of all the RX buffers. |
|
Dispose of all the RX buffers.
|
|
Put RX buffer back to its pool. Can be called directly, or via pdata_unref() because this routine is installed as the "free routine" of the buffer. |
|
Initialize pool of RX buffers.
|
|
Get a new RX buffer from the pool.
|