Home
last modified time | relevance | path

Searched refs:NET_BUF_FRAGS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c412 tail->flags |= NET_BUF_FRAGS; in net_buf_slist_put()
435 for (frag = buf; (frag->flags & NET_BUF_FRAGS); frag = frag->frags) { in net_buf_slist_get()
443 frag->flags &= ~NET_BUF_FRAGS; in net_buf_slist_get()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dfriend.c137 buf->flags &= ~NET_BUF_FRAGS; in purge_buffers()
1157 buf->flags |= NET_BUF_FRAGS; in enqueue_friend_pdu()
1238 frnd->last->flags &= ~NET_BUF_FRAGS; in friend_timeout()
1606 pending_segments = (buf->flags & NET_BUF_FRAGS); in friend_queue_prepare_space()
1610 buf->flags &= ~NET_BUF_FRAGS; in friend_queue_prepare_space()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_buf.h745 #define NET_BUF_FRAGS BIT(0) macro