-
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.
Defaults¶
- 0 if
NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.debug:31
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:592
Menu path: (top menu) → Networking → IP stack
config NET_DEBUG_NET_PKT_EXTERNALS int prompt "How many external network packet allocations" ifNETWORKING
default 0 ifNETWORKING
depends onNETWORKING
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.)