incubator-nuttx/net/ipforward
zhanghongyu 9f8d418cd1 forward: copy iob when broadcast forward
since iob offload, ipvx_dev_forward will remove d_iob, if there are multiple
devices, d_iob will be NULL when dev_forward is entered second time. and the
device that receives the packet cannot process the packet after forwarding it
so the iob copy is added.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-05-06 03:18:08 +08:00
..
Kconfig net/ipfwd: limit number of ipforward struct to be less than number of IOB 2022-12-09 11:20:16 +08:00
Make.defs Fix typos reported by codespell 2021-02-25 11:31:49 -08:00
ipforward.h net/ipfwd: limit number of ipforward struct to be less than number of IOB 2022-12-09 11:20:16 +08:00
ipfwd_alloc.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
ipfwd_dropstats.c net/netdev: Avoid hardcoded guardsize when using d_iob 2023-01-18 14:41:07 +08:00
ipfwd_forward.c net/devif_poll: optimize device buffer alloc in txpoll 2023-01-13 16:41:10 +08:00
ipfwd_poll.c net: move device buffer define to common header 2022-10-28 00:32:16 -04:00
ipv4_forward.c forward: copy iob when broadcast forward 2023-05-06 03:18:08 +08:00
ipv6_forward.c forward: copy iob when broadcast forward 2023-05-06 03:18:08 +08:00