Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp.c91 void smp_free_buf(void *buf, void *arg) in smp_free_buf() function
235 smp_free_buf(nb, zst); in smp_rx_remove_invalid()
263 smp_free_buf(nb, zst); in smp_rx_clear()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/
Dsmp_internal.h80 void smp_free_buf(void *buf, void *arg);
/Zephyr-latest/subsys/mgmt/mcumgr/smp/src/
Dsmp.c357 smp_free_buf(req, streamer->smpt); in smp_on_err()
358 smp_free_buf(rsp, streamer->smpt); in smp_on_err()
487 smp_free_buf(req, streamer->smpt); in smp_process_request_packet()
488 smp_free_buf(rsp, streamer->smpt); in smp_process_request_packet()
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst232 | :c:func:`zephyr_smp_free_buf` | :c:func:`smp_free_buf` |