nuttx/mm/iob
wenquan1 8f9f31fb69 mm/iob:support iob queue concat to another iob queue
add interface support to merge iob queues, providing support for
subsequent features.

Signed-off-by: wenquan1 <wenquan1@xiaomi.com>
2026-01-01 17:03:29 +08:00
..
CMakeLists.txt
iob.h macro/align: Use ALIGN_UP and ALIGN_DOWN uniformly 2025-01-12 16:48:35 +08:00
iob_add_queue.c mm/iob:support iob queue concat to another iob queue 2026-01-01 17:03:29 +08:00
iob_alloc.c mm/iob: limit the alignment length of IOB to no less than sizeof(uinptr_t) 2025-12-25 08:40:02 -03:00
iob_alloc_qentry.c mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
iob_clone.c
iob_concat.c
iob_contig.c
iob_copyin.c
iob_copyout.c
iob_count.c
iob_dump.c
iob_free.c mm/iob: limit the alignment length of IOB to no less than sizeof(uinptr_t) 2025-12-25 08:40:02 -03:00
iob_free_chain.c
iob_free_qentry.c mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
iob_free_queue.c
iob_free_queue_qentry.c
iob_get_queue_info.c
iob_initialize.c mm/iob: limit the alignment length of IOB to no less than sizeof(uinptr_t) 2025-12-25 08:40:02 -03:00
iob_navail.c mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
iob_notifier.c
iob_pack.c
iob_peek_queue.c
iob_remove_queue.c
iob_reserve.c
iob_statistics.c mm/iob: fix some comment in https://github.com/apache/nuttx/pull/14764 2024-11-19 15:39:00 +08:00
iob_tailroom.c
iob_test.c
iob_trimhead.c
iob_trimhead_queue.c
iob_trimtail.c
iob_update_pktlen.c net/ethernet: update all iob information in the iob_update_pktlen 2025-12-29 14:40:26 +08:00
Kconfig net: Refresh config dependency of NET_READAHEAD 2024-12-20 20:01:19 +08:00
Make.defs