bpf.2: srcfix: FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-24 11:07:51 +02:00
parent 9470de3e46
commit 0fc33df73d
1 changed files with 5 additions and 0 deletions

View File

@ -766,6 +766,11 @@ The program type also determines the program input (context)\(emthe
format of
.I "struct bpf_context"
(which is the data blob passed into the eBPF program as the first argument).
.\"
.\" FIXME
.\" Somehere in this page we need a general introduction to the
.\" bpf_context. For example, how does a BPF program access the
.\" context?
For example, a tracing program does not have the exact same
subset of helper functions as a socket filter program