On Thu, 2016-02-04 at 10:35 -0500, Craig Gallek wrote: > From: Craig Gallek <kr...@google.com> > > tcp_hdrlen is wasteful if you already have a pointer to struct tcphdr. > This splits the size calculation into a helper function that can be > used if a struct tcphdr is already available. > > Signed-off-by: Craig Gallek <kr...@google.com>
Acked-by: Eric Dumazet <eduma...@google.com>