Skip to content
Commit 5a924b89 authored by David Howells's avatar David Howells
Browse files

rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs



Don't store the rxrpc protocol header in sk_buffs on the transmit queue,
but rather generate it on the fly and pass it to kernel_sendmsg() as a
separate iov.  This reduces the amount of storage required.

Note that the security header is still stored in the sk_buff as it may get
encrypted along with the data (and doesn't change with each transmission).

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