Commit 49f3d12b authored by Jakub Wilk's avatar Jakub Wilk Committed by Alexei Starovoitov
Browse files
parent ebfb4d40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2253,7 +2253,7 @@ union bpf_attr {
 *	Description
 *		This helper is used in programs implementing policies at the
 *		skb socket level. If the sk_buff *skb* is allowed to pass (i.e.
 *		if the verdeict eBPF program returns **SK_PASS**), redirect it
 *		if the verdict eBPF program returns **SK_PASS**), redirect it
 *		to the socket referenced by *map* (of type
 *		**BPF_MAP_TYPE_SOCKHASH**) using hash *key*. Both ingress and
 *		egress interfaces can be used for redirection. The
+1 −1
Original line number Diff line number Diff line
@@ -2253,7 +2253,7 @@ union bpf_attr {
 *	Description
 *		This helper is used in programs implementing policies at the
 *		skb socket level. If the sk_buff *skb* is allowed to pass (i.e.
 *		if the verdeict eBPF program returns **SK_PASS**), redirect it
 *		if the verdict eBPF program returns **SK_PASS**), redirect it
 *		to the socket referenced by *map* (of type
 *		**BPF_MAP_TYPE_SOCKHASH**) using hash *key*. Both ingress and
 *		egress interfaces can be used for redirection. The