Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c380 NET_BUF_ASSERT(buf->flags == 0); in net_buf_reset()
381 NET_BUF_ASSERT(buf->frags == NULL); in net_buf_reset()
397 NET_BUF_ASSERT(buf); in net_buf_simple_reserve()
398 NET_BUF_ASSERT(buf->len == 0U); in net_buf_simple_reserve()
408 NET_BUF_ASSERT(list); in net_buf_slist_put()
409 NET_BUF_ASSERT(buf); in net_buf_slist_put()
424 NET_BUF_ASSERT(list); in net_buf_slist_get()
440 NET_BUF_ASSERT(frag->frags); in net_buf_slist_get()
454 NET_BUF_ASSERT(buf); in net_buf_ref()
468 NET_BUF_ASSERT(buf); in net_buf_unref_debug()
[all …]
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_trace.h100 #define NET_BUF_ASSERT(cond) __ASSERT_NO_MSG(cond) macro
106 #define NET_BUF_ASSERT(cond)