Home
last modified time | relevance | path

Searched refs:net_buf_get (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/
Dnet_buf.h1453 #define net_buf_get(_fifo, _timeout) \ macro
1456 __deprecated struct net_buf * __must_check net_buf_get(struct k_fifo *fifo,
/Zephyr-latest/lib/net_buf/
Dbuf.c399 struct net_buf *net_buf_get(struct k_fifo *fifo, k_timeout_t timeout) in net_buf_get_debug()
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst108 * Deprecated the :c:func:`net_buf_put` and :c:func:`net_buf_get` API functions in favor of
122 * Deprecated the :c:func:`net_buf_put` and :c:func:`net_buf_get` API functions.
Drelease-notes-3.2.rst2055 * :github:`49008` - ESP32: net_buf_get() FAILED