Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/net/
Dbuf.h1044 extern const struct net_buf_data_alloc net_buf_heap_alloc;
1077 NET_BUF_POOL_INITIALIZER(_name, &net_buf_heap_alloc, \
/Zephyr-Core-3.6.0/subsys/net/
Dbuf.c204 const struct net_buf_data_alloc net_buf_heap_alloc = { variable