rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions
authorDavid Howells <dhowells@redhat.com>
Thu, 16 Jun 2016 12:31:07 +0000 (13:31 +0100)
committerDavid Howells <dhowells@redhat.com>
Wed, 22 Jun 2016 08:10:01 +0000 (09:10 +0100)
commit42886ffe77f142c36ecf585d60fff2edd06b5be8
treed780e30691cbd7f761b662265849642ca19f112e
parentcc8feb8edd92d854be552fe4f5e0eeabca40b9ee
rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions

Pass a pointer to struct sk_buff rather than struct rxrpc_host_header to
functions so that they can in the future get at transport protocol parameters
rather than just RxRPC parameters.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/ar-internal.h
net/rxrpc/call_accept.c
net/rxrpc/call_object.c
net/rxrpc/conn_object.c
net/rxrpc/input.c