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