Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h968 #define net_buf_alloc_fixed(_pool, _timeout) \ macro
971 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, int32_t timeout);
979 #define net_buf_alloc(pool, timeout) net_buf_alloc_fixed(pool, timeout)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c615 struct net_buf *net_buf_alloc_fixed(struct net_buf_pool *pool, int32_t timeout) in net_buf_alloc_fixed() function