From 2e287cd2014fdb8850224ce7c60f7bc1826e6549 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 20 Dec 2022 16:44:32 -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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bpf_helper_defs.h b/src/bpf_helper_defs.h index 3112533..9bcaca1 100644 --- a/src/bpf_helper_defs.h +++ b/src/bpf_helper_defs.h @@ -537,6 +537,9 @@ static long (*bpf_skb_get_tunnel_key)(struct __sk_buff *skb, struct bpf_tunnel_k * sending the packet. This flag was added for GRE * encapsulation, but might be used with other protocols * as well in the future. + * **BPF_F_NO_TUNNEL_KEY** + * Add a flag to tunnel metadata indicating that no tunnel + * key should be set in the resulting tunnel header. * * Here is a typical usage on the transmit path: *