The Linux Kernel Logo
  • Development process
  • Submitting patches
  • Code of conduct
  • Maintainer handbook
  • All development-process docs
  • Core API
  • Driver APIs
  • Subsystems
    • Core subsystems
    • Human interfaces
    • Networking interfaces
    • Storage interfaces
    • Other subsystems
      • Accounting
      • CPUFreq - CPU frequency and voltage scaling code in the Linux(TM) kernel
      • EDAC Subsystem
      • FPGA
      • I2C/SMBus Subsystem
      • Industrial I/O
      • PCMCIA
      • Serial Peripheral Interface (SPI)
      • 1-Wire Subsystem
      • Watchdog Support
      • Virtualization Support
      • Hardware Monitoring
      • Compute Accelerators
      • Security Documentation
      • Crypto API
      • BPF Documentation
        • eBPF verifier
        • libbpf
        • BPF Standardization
        • BPF Type Format (BTF)
        • Frequently asked questions (FAQ)
        • Syscall API
        • Helper functions
        • BPF Kernel Functions (kfuncs)
        • BPF cpumask kfuncs
        • BPF filesystem kfuncs
        • Program Types
          • BPF_PROG_TYPE_CGROUP_SOCKOPT
          • BPF_PROG_TYPE_CGROUP_SYSCTL
          • BPF_PROG_TYPE_FLOW_DISSECTOR
          • LSM BPF Programs
          • BPF sk_lookup program
        • BPF maps
        • Running BPF programs from userspace
        • Classic BPF vs eBPF
        • BPF Iterators
        • BPF licensing
        • Testing and debugging BPF
        • 1 Clang implementation notes
        • 1 Linux implementation notes
        • Other
        • Redirect
      • USB support
      • PCI Bus Subsystem
      • Assorted Miscellaneous Devices Documentation
      • PECI Subsystem
      • WMI Subsystem
      • TEE Subsystem
  • Locking
  • Licensing rules
  • Writing documentation
  • Development tools
  • Testing guide
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • Build system
  • Reporting issues
  • Userspace tools
  • Userspace API
  • Firmware
  • Firmware and Devicetree
  • CPU architectures
  • Unsorted documentation
  • Translations
The Linux Kernel
  • Kernel subsystem documentation
  • BPF Documentation
  • Program Types
  • View page source

Program Types¶

  • BPF_PROG_TYPE_CGROUP_SOCKOPT
  • BPF_PROG_TYPE_CGROUP_SYSCTL
  • BPF_PROG_TYPE_FLOW_DISSECTOR
  • LSM BPF Programs
  • BPF sk_lookup program

For a list of all program types, see Program Types and ELF Sections in the libbpf documentation.

Previous Next

© Copyright The kernel development community.

Built with Sphinx using a theme provided by Read the Docs.