Lines Matching full:buffers
3 Network Buffers
14 Network buffers are a core concept of how the networking stack
18 Creating buffers
21 Network buffers are created by first defining a pool of them:
30 Once the pool has been defined, buffers can be allocated from it with:
37 buffers, rather this is done implicitly as :c:func:`net_buf_alloc` gets
48 buffers may also contain protocol-specific context, known as user data.
49 Both the maximum data and user data capacity of the buffers is
52 The buffers have native support for being passed through k_fifo kernel
56 Special functions exist for dealing with buffers in single linked lists,
65 decoding data in the buffers. To fully understand these helpers it's
126 acquired from a free buffers pool by calling :c:func:`net_buf_alloc()`,
130 automatically placed back to the free buffers pool.