Re: [PATCH net-next v4 01/12] net: skb: add pskb_network_may_pull_reason() helper
From: Simon Horman
Date: Wed Oct 02 2024 - 09:37:20 EST
On Tue, Oct 01, 2024 at 03:32:14PM +0800, Menglong Dong wrote:
> Introduce the function pskb_network_may_pull_reason() and make
> pskb_network_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 <dongml2@xxxxxxxxxxxxxxx>
Reviewed-by: Simon Horman <horms@xxxxxxxxxx>