#include <bufferpool.h>
Data Fields | |
| int | pktlen |
| int | prev |
| int | next |
The elements are part of a indexed double linked list.
-1 Definition at line 88 of file bufferpool.h.
| int poitem::pktlen |
Lenght of the packet held
Definition at line 89 of file bufferpool.h.
| int poitem::prev |
Index of the previous element
Definition at line 90 of file bufferpool.h.
Referenced by bprmv(), poadd(), podel(), and rtp_rm_all_pkts().
| int poitem::next |
index of the next element
Definition at line 91 of file bufferpool.h.
Referenced by bprmv(), poadd(), podel(), and rtp_rm_all_pkts().
1.5.4