The latest development version of this page may be more current than this released 1.14.1 version.
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

NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/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" if NETWORKING
    default 0 if NETWORKING
    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.

(Definitions include propagated dependencies, including from if’s and menus.)