|
Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <buf.h>
Data Fields | |
| uint8_t *(* | alloc )(struct net_buf *buf, size_t *size, k_timeout_t timeout) |
| uint8_t *(* | ref )(struct net_buf *buf, uint8_t *data) |
| void(* | unref )(struct net_buf *buf, uint8_t *data) |
| uint8_t *(* net_buf_data_cb::alloc) (struct net_buf *buf, size_t *size, k_timeout_t timeout) |