About 414,000 results
Open links in new tab
  1. Berkeley Packet Filter - Wikipedia

    The Berkeley Packet Filter (BPF; also BSD Packet Filter, classic BPF or cBPF) is a network tap and packet filter which permits computer network packets to be captured and filtered at the …

  2. bpf (2) - Linux manual page - man7.org

    Extended BPF (or eBPF) is similar to the original ("classic") BPF (cBPF) used to filter network packets.

  3. Berkeley packet filters - IBM

    Berkeley Packet Filters (BPF) provide a powerful tool for intrusion detection analysis. Use BPF filtering to quickly reduce large packet captures to a reduced set of results by filtering based on …

  4. Linux Socket Filtering aka Berkeley Packet Filter (BPF)

    Linux Socket Filtering (LSF) is derived from the Berkeley Packet Filter. Though there are some distinct differences between the BSD and Linux Kernel filtering, but when we speak of BPF or …

  5. Understanding of BPF - Unix & Linux Stack Exchange

    Apr 18, 2022 · BPF (or more commonly, the extended version, eBPF) is a language that was originally used exclusively for filtering packets, but it is capable of quite a lot more.

  6. BPF in Linux Explained: How Berkeley Packet Filter and eBPF Work

    Apr 14, 2025 · Learn what BPF (Berkeley Packet Filter) is in Linux and how it works. Explore eBPF, its advanced features, and real-world examples for monitoring, networking, and …

  7. Why is BPF Used: Understanding the Importance of Berkeley ...

    May 30, 2025 · What Is A Berkeley Packet Filter (BPF)? A Berkeley Packet Filter (BPF) is a software mechanism that provides a way to capture, filter, and process network packets in real …