:orphan: .. title:: NET_DEBUG_NET_PKT_EXTERNALS .. option:: 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 =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.debug:28`` 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_EXTERNALS int "How many external network packet allocations" default 0 depends on \ :option:`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.)*