diff --git a/net/core/filter.c b/net/core/filter.c index 03d4f0ac3606..30e2bbd3e6a4 100644 --- a/net/core/filter.c +++ b/net/core/filter.c @@ -7911,8 +7911,6 @@ bool bpf_helper_changes_pkt_data(enum bpf_func_id func_id) case BPF_FUNC_xdp_adjust_head: case BPF_FUNC_xdp_adjust_meta: case BPF_FUNC_xdp_adjust_tail: - /* tail-called program could call any of the above */ - case BPF_FUNC_tail_call: return true; default: return false;