Skip to content
Commit 89a80ed4 authored by David Howells's avatar David Howells
Browse files

rxrpc: Use skb->len not skb->data_len



skb->len should be used rather than skb->data_len when referring to the
amount of data in a packet.  This will only cause a malfunction in the
following cases:

 (1) We receive a jumbo packet (validation and splitting both are wrong).

 (2) We see if there's extra ACK info in an ACK packet (we think it's not
     there and just ignore it).

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent b25de360
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