-
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¶
NET_DEBUG_NET_PKT
&& NET_LOG
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0 if
NET_DEBUG_NET_PKT
&&NET_LOG
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.debug:101
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:30
Menu path: (top menu) → Networking → IP stack → Enable network stack logging and debugging
config NET_DEBUG_NET_PKT_EXTERNALS int prompt "How many external network packet allocations" ifNET_DEBUG_NET_PKT
&&NET_LOG
&& !NET_RAW_MODE
&&NETWORKING
default 0 ifNET_DEBUG_NET_PKT
&&NET_LOG
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_DEBUG_NET_PKT
&&NET_LOG
&& !NET_RAW_MODE
&&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.
(Definitions include propagated dependencies, including from if’s and menus.)