-
CONFIG_NET_DEBUG_NET_PKT
¶
Debug network packet and buffer allocation
Type: bool
Help¶
Enables collection of network packet and buffer allocations and frees.
Direct dependencies¶
NET_LOG
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
NET_BUF_POOL_USAGE
ifNET_LOG
&& !NET_RAW_MODE
&&NETWORKING
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig.debug:87
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 bool prompt "Debug network packet and buffer allocation" ifNET_LOG
&& !NET_RAW_MODE
&&NETWORKING
selectNET_BUF_POOL_USAGE
ifNET_LOG
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_LOG
&& !NET_RAW_MODE
&&NETWORKING
help Enables collection of network packet and buffer allocations and frees.
(Definitions include propagated dependencies, including from if’s and menus.)