:orphan: .. title:: CONFIG_NET_DEBUG_NET_PKT_EXTERNALS .. kconfig:: CONFIG_NET_DEBUG_NET_PKT_EXTERNALS CONFIG_NET_DEBUG_NET_PKT_EXTERNALS ################################## *How many external network packet allocations* Type: ``int`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/net/ip/Kconfig.debug:28`` 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_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.)*