diff options
Diffstat (limited to 'man2/bpf.2')
| -rw-r--r-- | man2/bpf.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/bpf.2 b/man2/bpf.2 index bb7c1e6fd8..afc16650d8 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -41,7 +41,7 @@ the original ("classic") BPF (cBPF) used to filter network packets. For both cBPF and eBPF programs, the kernel statically analyzes the programs before loading them, in order to ensure that they cannot harm the running system. -.P +.PP eBPF extends cBPF in multiple ways, including the ability to call a fixed set of in-kernel helper functions .\" See 'enum bpf_func_id' in include/uapi/linux/bpf.h @@ -79,7 +79,7 @@ If a map lookup fails, the current program continues its execution. See .B BPF_MAP_TYPE_PROG_ARRAY below for further details. -.P +.PP Generally, eBPF programs are loaded by the user process and automatically unloaded when the process exits. In some cases, for example, |
