:orphan: .. title:: NET_BUF_POOL_USAGE .. option:: CONFIG_NET_BUF_POOL_USAGE *Network buffer pool usage tracking* Type: ``bool`` Help ==== Enable network buffer pool tracking. This means that: * amount of free buffers in the pool is remembered * total size of the pool is calculated * pool name is stored and can be shown in debugging prints Direct dependencies =================== \ :option:`NET_BUF ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` Menu path: (Top) → Sub Systems and OS Services → Networking → Network buffer support .. parsed-literal:: config NET_BUF_POOL_USAGE bool "Network buffer pool usage tracking" depends on \ :option:`NET_BUF ` help Enable network buffer pool tracking. This means that: * amount of free buffers in the pool is remembered * total size of the pool is calculated * pool name is stored and can be shown in debugging prints *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*