:orphan: .. title:: NET_DEBUG_NET_PKT_ALLOC .. option:: 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 =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if \ :option:`NET_PKT_LOG_LEVEL_DBG ` Symbols that select this symbol =============================== - \ :option:`NET_DEBUG_NET_PKT_NON_FRAGILE_ACCESS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.debug:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``subsys/net/ip/Kconfig:832`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. parsed-literal:: config NET_DEBUG_NET_PKT_ALLOC bool "Debug network packet and buffer individual allocation" default y if \ :option:`NET_PKT_LOG_LEVEL_DBG ` depends on \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*