CONFIG_NET_DEBUG_NET_PKT_ALL

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

NET_DEBUG_NET_PKT && NET_LOG && !NET_RAW_MODE && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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_ALL
    bool
    prompt "Debug network packet and buffer individual allocation" if NET_DEBUG_NET_PKT && NET_LOG && !NET_RAW_MODE && NETWORKING
    depends on NET_DEBUG_NET_PKT && NET_LOG && !NET_RAW_MODE && 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.)