nuttx/net/ipfrag
zhanghongyu 0fdd6b5bf6 ipfrag: use netdev_iob_replace_l2 to replace d_iob
d_len needs to include NET_LL_HDRLEN(dev) to avoid errors in
the verification of message length in ipv4_in/ipv6_in.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-15 01:55:19 +08:00
..
CMakeLists.txt net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipfrag.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
ipfrag.h net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
ipv4_frag.c ipfrag: use netdev_iob_replace_l2 to replace d_iob 2026-01-15 01:55:19 +08:00
ipv6_frag.c ipfrag: use netdev_iob_replace_l2 to replace d_iob 2026-01-15 01:55:19 +08:00
Kconfig net/ipfrag/Kconfig: NET_IPFRAG depends on IOB_NCHAINS > 0 2024-06-02 09:27:36 -03:00
Make.defs net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00