Home
last modified time | relevance | path

Searched refs:net_buf_heap_alloc (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/
Dnet_buf.h1146 extern const struct net_buf_data_alloc net_buf_heap_alloc;
1179 NET_BUF_POOL_INITIALIZER(_name, &net_buf_heap_alloc, \
/Zephyr-latest/lib/net_buf/
Dbuf.c204 const struct net_buf_data_alloc net_buf_heap_alloc = { variable