From d924fa62ee9988d938a21310b0e805a57b0e6ca3 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Tue, 16 Nov 2021 11:15:46 -0800 Subject: [PATCH] sync: auto-generate latest BPF helpers Latest changes to BPF helper definitions. --- src/bpf_helper_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bpf_helper_defs.h b/src/bpf_helper_defs.h index 0078d1d..8a4edf6 100644 --- a/src/bpf_helper_defs.h +++ b/src/bpf_helper_defs.h @@ -314,7 +314,7 @@ static long (*bpf_l4_csum_replace)(struct __sk_buff *skb, __u32 offset, __u64 fr * if the maximum number of tail calls has been reached for this * chain of programs. This limit is defined in the kernel by the * macro **MAX_TAIL_CALL_CNT** (not accessible to user space), - * which is currently set to 32. + * which is currently set to 33. * * Returns * 0 on success, or a negative error in case of failure.