bpf.2: Impreovements aftercomments from Daniel Borkmann

Reported-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-07-22 17:58:46 +02:00
parent ce5db3fcfc
commit 8440f77124
1 changed files with 5 additions and 3 deletions

View File

@ -218,8 +218,9 @@ union bpf_attr {
.fi
.in
.SS eBPF maps
Maps are a generic data structure for storage of different types
and sharing data between the kernel and user-space programs.
Maps are a generic data structure for storage of different types of data.
They allow sharing of data between eBPF kernel programs,
and also between kernel and user-space applications.
Each map type has the following attributes:
@ -1066,7 +1067,8 @@ and passing structures as function arguments.)
.SH SEE ALSO
.BR seccomp (2),
.BR socket (7),
.BR tc (8)
.BR tc (8),
.BR tc-bpf (8)
Both classic and extended BPF are explained in the kernel source file
.IR Documentation/networking/filter.txt .