1.. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 2 3libbpf 4====== 5 6.. toctree:: 7 :maxdepth: 1 8 9 API Documentation <https://libbpf.readthedocs.io/en/latest/api.html> 10 libbpf_naming_convention 11 libbpf_build 12 13This is documentation for libbpf, a userspace library for loading and 14interacting with bpf programs. 15 16All general BPF questions, including kernel functionality, libbpf APIs and 17their application, should be sent to bpf@vger.kernel.org mailing list. 18You can `subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the 19mailing list search its `archive <https://lore.kernel.org/bpf/>`_. 20Please search the archive before asking new questions. It very well might 21be that this was already addressed or answered before. 22