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.
Default¶
- 0 
Kconfig definition¶
At <Zephyr Subsystem>/net/ip/Kconfig.debug:28
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:39 → <Zephyr Subsystem>/net/Kconfig:87 → <Zephyr Subsystem>/net/ip/Kconfig:857
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.)