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
..
ipforward.h
ipfwd_alloc.c
ipfwd_dropstats.c
ipfwd_forward.c
ipfwd_poll.c
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
Kconfig
Make.defs