nuttx/mm/iob
gaohedong a5a29bdbbb net/ethernet: update all iob information in the iob_update_pktlen
Update io_len to 0 when pktlen is 0. otherwise, io_pktlen and io_len will be inconsistent, cause free check failure.

Signed-off-by: gaohedong <gaohedong@xiaomi.com>
2025-12-29 14:40:26 +08:00
..
CMakeLists.txt mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
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: remove csection 2024-11-16 12:37:14 -03: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 mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_concat.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_contig.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_copyin.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_copyout.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_count.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_dump.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
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 mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
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 mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_free_queue_qentry.c mm/iob: remove csection 2024-11-16 12:37:14 -03:00
iob_get_queue_info.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
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 mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_pack.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_peek_queue.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_remove_queue.c mm/iob: remove csection 2024-11-16 12:37:14 -03:00
iob_reserve.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
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 mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_test.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_trimhead.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_trimhead_queue.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
iob_trimtail.c mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00
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 mm: migrate to SPDX identifier 2024-09-13 08:49:05 +08:00