From: Eric Dumazet <eduma...@google.com> Date: Mon, 26 Nov 2018 14:49:12 -0800
> Only one caller needs to pull TCP headers, so lets > move __skb_pull() to the caller side. > > Signed-off-by: Eric Dumazet <eduma...@google.com> > Acked-by: Yuchung Cheng <ych...@google.com> > --- > v2: sent as a standalone patch. Applied, thanks Eric.