Searched refs:NET_BUF_FRAGS (Results 1 – 3 of 3) sorted by relevance
412 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()
137 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()
745 #define NET_BUF_FRAGS BIT(0) macro