nuttx/mm/iob
Zhe Weng 44a04733d4 mm/iob: Don't return NULL in iob_pack
We don't want to get a NULL pointer after iob_pack on an IOB chain with
several iobs with length 0, it should return one IOB with length 0.
Otherwise each place calls iob_pack needs to check the result.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-04-22 19:26:22 +08:00
..
iob_add_queue.c
iob_alloc_qentry.c
iob_alloc.c
iob_clone.c
iob_concat.c
iob_contig.c
iob_copyin.c
iob_copyout.c
iob_count.c
iob_dump.c
iob_free_chain.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
iob_free_qentry.c
iob_free_queue_qentry.c
iob_free_queue.c
iob_free.c
iob_get_queue_size.c
iob_initialize.c
iob_navail.c
iob_notifier.c
iob_pack.c mm/iob: Don't return NULL in iob_pack 2023-04-22 19:26:22 +08:00
iob_peek_queue.c
iob_remove_queue.c
iob_reserve.c
iob_statistics.c
iob_tailroom.c Add iob_tailroom 2021-06-30 06:40:13 -05:00
iob_test.c
iob_trimhead_queue.c
iob_trimhead.c
iob_trimtail.c
iob_update_pktlen.c
iob.h
Kconfig
Make.defs