net_buf_pool struct
Where the buffer should go when freed up.
Fields
Number of buffers in pool.
Number of uninitialized buffers.
Amount of available buffers in the pool.
Name of the pool. Used when printing pool information.
Optional destroy callback when buffer is freed.
Data allocation handlers.
Helper to access the start of storage (for net_buf_pool_init).