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.)

Kconfig definition

At subsys/net/ip/Kconfig.debug:101

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91subsys/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" if NET_DEBUG_NET_PKT && NET_LOG && !NET_RAW_MODE && NETWORKING
    default 0 if NET_DEBUG_NET_PKT && NET_LOG && !NET_RAW_MODE && NETWORKING
    depends on NET_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.)