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 ifs and menus.)

Default

  • 0

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig.debug:28

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87<Zephyr>/subsys/net/ip/Kconfig:779

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