From: Eric Dumazet <eric.duma...@gmail.com> Date: Tue, 26 Jan 2016 16:59:42 -0800
> From: Eric Dumazet <eduma...@google.com> > > We should not assume a valid protocol header is present, > as this is not the case for IPv4 fragments. > > Lets avoid extra cache line misses and potential bugs > if we actually find a socket and incorrectly uses its dst. > > Signed-off-by: Eric Dumazet <eduma...@google.com> Applied, thanks.