On Thu, 2016-02-04 at 10:35 -0500, Craig Gallek wrote: > From: Craig Gallek <kr...@google.com> > > This is a preliminary step to allow fast socket lookup of SO_REUSEPORT > groups. Doing so with a BPF filter will require access to the > skb in question. This change plumbs the skb (and offset to payload > data) through the call stack to the listening socket lookup > implementations where it will be used in a following patch. > > Signed-off-by: Craig Gallek <kr...@google.com> > ---
Acked-by: Eric Dumazet <eduma...@google.com>