The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_DEBUG_NET_PKT_ALLOC

Debug network packet and buffer individual allocation

Type: bool

Help

Enables printing of network packet and buffer allocations and frees for each allocation. This can produce lot of output so it is disabled by default.

Direct dependencies

NETWORKING

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

Defaults

Symbols that select this symbol

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82subsys/net/ip/Kconfig:583

Menu path: (top menu) → Networking → IP stack

config NET_DEBUG_NET_PKT_ALLOC
    bool
    prompt "Debug network packet and buffer individual allocation" if NETWORKING
    default "y" if NET_PKT_LOG_LEVEL_DBG && NETWORKING
    depends on NETWORKING
    help
      Enables printing of network packet and buffer allocations and frees for
      each allocation. This can produce lot of output so it is disabled by
      default.

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