Re: [PATCH net-next v4 02/12] net: tunnel: add pskb_inet_may_pull_reason() helper
From: Simon Horman <horms@kernel.org>
Date: 2024-10-02 13:37:14
Also in:
lkml
From: Simon Horman <horms@kernel.org>
Date: 2024-10-02 13:37:14
Also in:
lkml
On Tue, Oct 01, 2024 at 03:32:15PM +0800, Menglong Dong wrote:
Introduce the function pskb_inet_may_pull_reason() and make pskb_inet_may_pull a simple inline call to it. The drop reasons of it just come from pskb_may_pull_reason(). Signed-off-by: Menglong Dong <redacted>
Reviewed-by: Simon Horman <horms@kernel.org>