CONFIG_NET_DEBUG_NET_PKT_EXTERNALS
How many external network packet allocations
Type: int
Help
How many external net_pkt objects are there in user specific pools.
This value is used when allocating space for tracking the
memory allocations.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
0
Kconfig definition
At <Zephyr>/subsys/net/ip/Kconfig.debug:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:83
→ <Zephyr>/subsys/net/ip/Kconfig:854
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack
config NET_DEBUG_NET_PKT_EXTERNALS
int "How many external network packet allocations"
default 0
depends on NETWORKING
help
How many external net_pkt objects are there in user specific pools.
This value is used when allocating space for tracking the
memory allocations.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)