Back to home page

OSCL-LXR

 
 

    


0001 .. SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
0002 
0003 libbpf
0004 ======
0005 
0006 .. toctree::
0007    :maxdepth: 1
0008 
0009    API Documentation <https://libbpf.readthedocs.io/en/latest/api.html>
0010    libbpf_naming_convention
0011    libbpf_build
0012 
0013 This is documentation for libbpf, a userspace library for loading and
0014 interacting with bpf programs.
0015 
0016 All general BPF questions, including kernel functionality, libbpf APIs and
0017 their application, should be sent to bpf@vger.kernel.org mailing list.
0018 You can `subscribe <http://vger.kernel.org/vger-lists.html#bpf>`_ to the
0019 mailing list search its `archive <https://lore.kernel.org/bpf/>`_.
0020 Please search the archive before asking new questions. It very well might
0021 be that this was already addressed or answered before.