Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
#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) |