From 0e57fade4eb9ced399a43baf945663364bb02c2a Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Thu, 25 Jan 2024 18:33:27 -0800 Subject: [PATCH] sync: auto-generate latest BPF helpers Latest changes to BPF helper definitions. Signed-off-by: Andrii Nakryiko --- src/bpf_helper_defs.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bpf_helper_defs.h b/src/bpf_helper_defs.h index 90eec74..f4c5674 100644 --- a/src/bpf_helper_defs.h +++ b/src/bpf_helper_defs.h @@ -3695,9 +3695,9 @@ static void *(*bpf_this_cpu_ptr)(const void *percpu_ptr) = (void *) 154; * going through the CPU's backlog queue. * * The *flags* argument is reserved and must be 0. The helper is - * currently only supported for tc BPF program types at the ingress - * hook and for veth device types. The peer device must reside in a - * different network namespace. + * currently only supported for tc BPF program types at the + * ingress hook and for veth and netkit target device types. The + * peer device must reside in a different network namespace. * * Returns * The helper returns **TC_ACT_REDIRECT** on success or