Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_buf_data_cb Struct Reference

#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)
 

Field Documentation

◆ alloc

uint8_t *(* net_buf_data_cb::alloc) (struct net_buf *buf, size_t *size, k_timeout_t timeout)

◆ ref

uint8_t *(* net_buf_data_cb::ref) (struct net_buf *buf, uint8_t *data)

◆ unref

void(* net_buf_data_cb::unref) (struct net_buf *buf, uint8_t *data)

The documentation for this struct was generated from the following file: