Skip to content
Commit 1a028e50 authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Revert sk_buff walker cleanups.

This reverts eefa3906



The simplification made in that change works with the assumption that
the 'offset' parameter to these functions is always positive or zero,
which is not true.  It can be and often is negative in order to access
SKB header values in front of skb->data.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 50f732ee
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment