A custom pbuf: like a pbuf, but following a function pointer to free it.
#include <pbuf.h>
Data Fields | |
pbuf_free_custom_fn | custom_free_function |
This function is called when pbuf_free deallocates this pbuf(_custom) More... | |
struct pbuf | pbuf |
The actual pbuf. More... | |
pbuf_free_custom_fn pbuf_custom::custom_free_function |
This function is called when pbuf_free deallocates this pbuf(_custom)
Referenced by ip_frag(), and pbuf_free().
struct pbuf pbuf_custom::pbuf |
The actual pbuf.
Referenced by pbuf_alloced_custom().