incubator-nuttx/net/ipforward
Zhe Weng 2f3e237380 net/ipfwd: limit number of ipforward struct to be less than number of IOB
If ipforward consumes all the IOB, devif_poll will not poll any more. Without polling, ipforward will not release any IOB, then all the network stack may fail with no IOB available.

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2022-12-09 11:20:16 +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/ipforward: update IP buffer offset 2022-12-07 00:01:52 +08:00
ipfwd_forward.c net: move device buffer define to common header 2022-10-28 00:32:16 -04:00
ipfwd_poll.c net: move device buffer define to common header 2022-10-28 00:32:16 -04:00
ipv4_forward.c net/ipfwd: fix `ipv4_dev_forward` after IOB offload. 2022-12-06 17:03:47 +08:00
ipv6_forward.c net/ipforward: update IP buffer offset 2022-12-07 00:01:52 +08:00