Searched refs:net_buf_slist_put (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/tests/bluetooth/host/cs/mocks/ |
| D | net_buf.h | 15 FAKE(net_buf_slist_put) \ 20 DECLARE_FAKE_VOID_FUNC(net_buf_slist_put, sys_slist_t *, struct net_buf *);
|
| D | net_buf.c | 16 DEFINE_FAKE_VOID_FUNC(net_buf_slist_put, sys_slist_t *, struct net_buf *);
|
| /Zephyr-latest/doc/services/net_buf/ |
| D | index.rst | 57 where the :c:func:`net_buf_slist_put` and :c:func:`net_buf_slist_get`
|
| /Zephyr-latest/lib/net_buf/ |
| D | buf.c | 393 void net_buf_slist_put(sys_slist_t *list, struct net_buf *buf) in net_buf_slist_put() function
|
| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | friend.c | 696 net_buf_slist_put(&frnd->queue, buf); in enqueue_buf() 1146 net_buf_slist_put(&seg->queue, buf); in enqueue_friend_pdu()
|
| /Zephyr-latest/include/zephyr/ |
| D | net_buf.h | 1474 void net_buf_slist_put(sys_slist_t *list, struct net_buf *buf);
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | cs.c | 61 net_buf_slist_put(&reassembly_bufs, buf); in alloc_reassembly_buf()
|
| D | att.c | 2288 net_buf_slist_put(&chan->att->prep_queue, data.buf); in att_prep_write_rsp()
|
| D | hci_core.c | 4103 net_buf_slist_put(&bt_dev.rx_queue, buf); in rx_queue_put()
|