aboutsummaryrefslogtreecommitdiffstats
path: root/man7/bpf-helpers.7
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2020-10-04 11:44:34 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2020-10-07 19:24:59 +0200
commit9d4976ce7df09c4aa9dcc9c7967e18fa9a768ee0 (patch)
treee3efea5dae37ae85a823601b45c04841f9c3d1dd /man7/bpf-helpers.7
parentf2e7c3b645414c70e41b294ca4964a7458283e1c (diff)
downloadman-pages-9d4976ce7df09c4aa9dcc9c7967e18fa9a768ee0.tar.gz
mmap.2, proc.5, bpf-helpers.7, cpuset.7: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/bpf-helpers.7')
-rw-r--r--man7/bpf-helpers.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/bpf-helpers.7 b/man7/bpf-helpers.7
index a18be23d16..57d218535b 100644
--- a/man7/bpf-helpers.7
+++ b/man7/bpf-helpers.7
@@ -2075,7 +2075,7 @@ egress path otherwise). This is the only flag supported for now.
.B Description
This helper is used in programs implementing policies at the
skb socket level. If the sk_buff \fIskb\fP is allowed to pass (i.e.
-if the verdeict eBPF program returns \fBSK_PASS\fP), redirect it
+if the verdict eBPF program returns \fBSK_PASS\fP), redirect it
to the socket referenced by \fImap\fP (of type
\fBBPF_MAP_TYPE_SOCKHASH\fP) using hash \fIkey\fP\&. Both ingress and
egress interfaces can be used for redirection. The